Skip to content

Commit 51b709c

Browse files
committed
Wrap use of AppInternal in INTERNAL_EXPERIMENTAL in public app header file.
PiperOrigin-RevId: 265580216
1 parent 841d9b7 commit 51b709c

File tree

1 file changed

+3
-1
lines changed
  • app/src/include/firebase

1 file changed

+3
-1
lines changed

app/src/include/firebase/app.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,12 @@ namespace FIREBASE_NAMESPACE {
4343
#ifdef INTERNAL_EXPERIMENTAL
4444
namespace internal {
4545
class FunctionRegistry;
46-
class AppInternal;
4746
} // namespace internal
4847
#endif // INTERNAL_EXPERIMENTAL
4948

49+
namespace internal {
50+
class AppInternal;
51+
} // namespace internal
5052
namespace auth {
5153
class Auth;
5254
} // namespace auth

0 commit comments

Comments
 (0)