Skip to content

Commit d77b16f

Browse files
committed
Fix header guard
1 parent bd5755c commit d77b16f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

firestore/src/common/firestore_exceptions_common.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
#ifndef FIREBASE_FIRESTORE_SRC_MAIN_FIRESTORE_EXCEPTIONS_MAIN_H_
16-
#define FIREBASE_FIRESTORE_SRC_MAIN_FIRESTORE_EXCEPTIONS_MAIN_H_
15+
#ifndef FIREBASE_FIRESTORE_SRC_COMMON_FIRESTORE_EXCEPTIONS_COMMON_H_
16+
#define FIREBASE_FIRESTORE_SRC_COMMON_FIRESTORE_EXCEPTIONS_COMMON_H_
1717

1818
// Note: this header only exists to simplify the Unity build (the SWIG build has
1919
// trouble directly including a header that comes from the iOS repo).
2020
#include "Firestore/core/src/util/firestore_exceptions.h"
2121

22-
#endif // FIREBASE_FIRESTORE_SRC_MAIN_FIRESTORE_EXCEPTIONS_MAIN_H_
22+
#endif // FIREBASE_FIRESTORE_SRC_COMMON_FIRESTORE_EXCEPTIONS_COMMON_H_

0 commit comments

Comments
 (0)