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

Unified Diff: chrome/browser/chrome_to_mobile_service.h

Issue 15517005: Remove references to Profile from browser_context_keyed_service. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase & style Created 7 years, 7 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/chrome_to_mobile_service.h
diff --git a/chrome/browser/chrome_to_mobile_service.h b/chrome/browser/chrome_to_mobile_service.h
index 22a4b4ac46ef8e0bf313620f53ec76b92495196c..90c6d2e41ad3ec041fffd97ccf50e0db23948013 100644
--- a/chrome/browser/chrome_to_mobile_service.h
+++ b/chrome/browser/chrome_to_mobile_service.h
@@ -43,7 +43,7 @@ class PrefRegistrySyncable;
// ChromeToMobileService connects to the cloud print service to enumerate
// compatible mobiles owned by its profile and send URLs and MHTML snapshots.
-class ChromeToMobileService : public ProfileKeyedService,
+class ChromeToMobileService : public BrowserContextKeyedService,
public net::URLFetcherDelegate,
public content::NotificationObserver,
public OAuth2AccessTokenConsumer,
@@ -134,7 +134,7 @@ class ChromeToMobileService : public ProfileKeyedService,
// Opens the "Learn More" help article link in the supplied |browser|.
void LearnMore(Browser* browser) const;
- // ProfileKeyedService method.
+ // BrowserContextKeyedService method.
virtual void Shutdown() OVERRIDE;
// net::URLFetcherDelegate method.

Powered by Google App Engine
This is Rietveld 408576698