summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chrome_to_mobile_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/chrome_to_mobile_service.h')
-rw-r--r--chrome/browser/chrome_to_mobile_service.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/chrome_to_mobile_service.h b/chrome/browser/chrome_to_mobile_service.h
index 22a4b4a..90c6d2e 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.