| Index: chrome/browser/extensions/extension_gcm_app_handler.h
|
| diff --git a/chrome/browser/extensions/extension_gcm_app_handler.h b/chrome/browser/extensions/extension_gcm_app_handler.h
|
| index c1fac2d68f0145202116df15e340e1aaeb156c03..ac1f16738a028a0c0fc124026aba574678800f63 100644
|
| --- a/chrome/browser/extensions/extension_gcm_app_handler.h
|
| +++ b/chrome/browser/extensions/extension_gcm_app_handler.h
|
| @@ -18,7 +18,7 @@ namespace content {
|
| class BrowserContext;
|
| }
|
| namespace gcm {
|
| -class GCMProfileService;
|
| +class GCMService;
|
| }
|
|
|
| namespace extensions {
|
| @@ -59,7 +59,7 @@ class ExtensionGCMAppHandler : public gcm::GCMAppHandler,
|
| const content::NotificationSource& source,
|
| const content::NotificationDetails& details) OVERRIDE;
|
|
|
| - gcm::GCMProfileService* GetGCMProfileService() const;
|
| + gcm::GCMService* GetGCMService() const;
|
|
|
| // BrowserContextKeyedAPI implementation.
|
| static const char* service_name() { return "ExtensionGCMAppHandler"; }
|
|
|