Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2732)

Unified Diff: chrome/browser/extensions/extension_gcm_app_handler.h

Issue 225403021: Extract Profile-independent GCMService from GCMProfileService (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Pass scoped_refptr as const reference. Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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"; }

Powered by Google App Engine
This is Rietveld 408576698