| 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.
|
|
|