summaryrefslogtreecommitdiffstats
path: root/chrome/browser/services/gcm/gcm_profile_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/services/gcm/gcm_profile_service.h')
-rw-r--r--chrome/browser/services/gcm/gcm_profile_service.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/chrome/browser/services/gcm/gcm_profile_service.h b/chrome/browser/services/gcm/gcm_profile_service.h
index b364460..a0aae0e 100644
--- a/chrome/browser/services/gcm/gcm_profile_service.h
+++ b/chrome/browser/services/gcm/gcm_profile_service.h
@@ -35,7 +35,7 @@ class PrefRegistrySyncable;
namespace gcm {
class GCMEventRouter;
-class GCMProfileServiceTest;
+class GCMProfileServiceTestConsumer;
// Acts as a bridge between GCM API and GCMClient layer. It is profile based.
class GCMProfileService : public BrowserContextKeyedService,
@@ -99,11 +99,7 @@ class GCMProfileService : public BrowserContextKeyedService,
static bool enable_gcm_for_testing_;
private:
- friend class GCMProfileServiceTest;
- friend class GCMProfileServiceRegisterTest;
- FRIEND_TEST_ALL_PREFIXES(GCMProfileServiceTest, CheckInFromPrefsStore);
- FRIEND_TEST_ALL_PREFIXES(GCMProfileServiceTest, CheckOut);
- FRIEND_TEST_ALL_PREFIXES(GCMProfileServiceRegisterTest, Unregister);
+ friend class GCMProfileServiceTestConsumer;
class DelayedTaskController;
class IOWorker;