| Index: chrome/browser/extensions/api/gcm/gcm_api.h
|
| diff --git a/chrome/browser/extensions/api/gcm/gcm_api.h b/chrome/browser/extensions/api/gcm/gcm_api.h
|
| index 07009a16dc2a46e600cab41f3bfa24bdefe44c84..e38ff7a848428aceac352487c46f8ecdc2916889 100644
|
| --- a/chrome/browser/extensions/api/gcm/gcm_api.h
|
| +++ b/chrome/browser/extensions/api/gcm/gcm_api.h
|
| @@ -11,7 +11,7 @@
|
| #include "google_apis/gcm/gcm_client.h"
|
|
|
| namespace gcm {
|
| -class GCMProfileService;
|
| +class GCMService;
|
| } // namespace gcm
|
|
|
| class Profile;
|
| @@ -34,7 +34,7 @@ class GcmApiFunction : public AsyncExtensionFunction {
|
| // Checks that the GCM API is enabled.
|
| bool IsGcmApiEnabled() const;
|
|
|
| - gcm::GCMProfileService* GCMProfileService() const;
|
| + gcm::GCMService* GCMService() const;
|
| };
|
|
|
| class GcmRegisterFunction : public GcmApiFunction {
|
|
|