Index: chrome/browser/chrome_to_mobile_service_factory.h |
diff --git a/chrome/browser/chrome_to_mobile_service_factory.h b/chrome/browser/chrome_to_mobile_service_factory.h |
index 7a128a4cdcc6e960c39ff50b0ed5f6f4282962d7..da2ee63685e6ce36581cf292f49518762c0d28a7 100644 |
--- a/chrome/browser/chrome_to_mobile_service_factory.h |
+++ b/chrome/browser/chrome_to_mobile_service_factory.h |
@@ -12,7 +12,7 @@ |
class ChromeToMobileService; |
class Profile; |
-class ChromeToMobileServiceFactory : public ProfileKeyedServiceFactory { |
+class ChromeToMobileServiceFactory : public BrowserContextKeyedServiceFactory { |
public: |
// Get the singleton ChromeToMobileServiceFactory instance. |
static ChromeToMobileServiceFactory* GetInstance(); |
@@ -21,8 +21,8 @@ class ChromeToMobileServiceFactory : public ProfileKeyedServiceFactory { |
static ChromeToMobileService* GetForProfile(Profile* profile); |
protected: |
- // ProfileKeyedServiceFactory overrides: |
- virtual ProfileKeyedService* BuildServiceInstanceFor( |
+ // BrowserContextKeyedServiceFactory overrides: |
+ virtual BrowserContextKeyedService* BuildServiceInstanceFor( |
content::BrowserContext* profile) const OVERRIDE; |
private: |