Index: chrome/browser/autofill/personal_data_manager_factory.h |
diff --git a/chrome/browser/autofill/personal_data_manager_factory.h b/chrome/browser/autofill/personal_data_manager_factory.h |
index 2933216a8467d51a14b3f429d92174046ed1a19a..ca8ce83bb9af271cffa3db5dbafe59d20d47bd02 100644 |
--- a/chrome/browser/autofill/personal_data_manager_factory.h |
+++ b/chrome/browser/autofill/personal_data_manager_factory.h |
@@ -45,7 +45,8 @@ class PersonalDataManagerFactory : public ProfileKeyedServiceFactory { |
// ProfileKeyedServiceFactory: |
virtual ProfileKeyedService* BuildServiceInstanceFor( |
content::BrowserContext* profile) const OVERRIDE; |
- virtual bool ServiceHasOwnInstanceInIncognito() const OVERRIDE; |
+ virtual content::BrowserContext* GetBrowserContextToUse( |
+ content::BrowserContext* context) const OVERRIDE; |
}; |
} // namespace autofill |