File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
messaging/src/android/java/com/google/firebase/messaging
remote_config/integration_test/src Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 21
21
import com .google .firebase .messaging .cpp .DebugLogging ;
22
22
import com .google .firebase .messaging .cpp .MessageWriter ;
23
23
24
-
25
24
/**
26
25
* Listens for Message intents from the application and sends them to the C++ app via the
27
26
* ListenerService.
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ class FirebaseRemoteConfigTest : public FirebaseTest {
80
80
81
81
bool initialized_ = false ;
82
82
RemoteConfig* rc_ = nullptr ;
83
- #endif
83
+ #endif // TEST_DEPRECATED
84
84
};
85
85
86
86
FirebaseRemoteConfigTest::FirebaseRemoteConfigTest () : initialized_(false ) {
@@ -248,7 +248,7 @@ static Future<void> SetDefaultsV2(RemoteConfig* rc) {
248
248
size_t default_count = FIREBASE_ARRAYSIZE (defaults);
249
249
return rc->SetDefaults (defaults, default_count);
250
250
}
251
- #endif
251
+ #endif // TEST_DEPRECATED
252
252
253
253
// Test cases below.
254
254
You can’t perform that action at this time.
0 commit comments