| Index: chrome/browser/extensions/api/preference/preference_api_factory.h
|
| diff --git a/chrome/browser/extensions/api/preference/preference_api_factory.h b/chrome/browser/extensions/api/preference/preference_api_factory.h
|
| index bd55a7a964f5ea165c953f01a7b3b523a77e2dfa..48c865dbdb3edfa98f120ef1ea790fc591133ddc 100644
|
| --- a/chrome/browser/extensions/api/preference/preference_api_factory.h
|
| +++ b/chrome/browser/extensions/api/preference/preference_api_factory.h
|
| @@ -13,8 +13,6 @@ class PreferenceAPI;
|
|
|
| class PreferenceAPIFactory : public ProfileKeyedServiceFactory {
|
| public:
|
| - static PreferenceAPI* GetForProfile(Profile* profile);
|
| -
|
| static PreferenceAPIFactory* GetInstance();
|
|
|
| private:
|
|
|