| Index: chrome/test/testing_profile.h
|
| diff --git a/chrome/test/testing_profile.h b/chrome/test/testing_profile.h
|
| index 9d41ae1a1572a64614ee3156efc4e7e3ae62098c..0bc5f3b6bc736b62a1084ebe0f5dd953019b10dd 100644
|
| --- a/chrome/test/testing_profile.h
|
| +++ b/chrome/test/testing_profile.h
|
| @@ -274,7 +274,7 @@ class TestingProfile : public Profile {
|
| virtual ChromeBlobStorageContext* GetBlobStorageContext();
|
| virtual ExtensionInfoMap* GetExtensionInfoMap();
|
| virtual PromoCounter* GetInstantPromoCounter();
|
| - virtual policy::ProfilePolicyContext* GetPolicyContext();
|
| + virtual policy::ProfilePolicyConnector* GetPolicyConnector();
|
| virtual ChromeURLDataManager* GetChromeURLDataManager();
|
| virtual prerender::PrerenderManager* GetPrerenderManager();
|
| virtual PrefService* GetOffTheRecordPrefs();
|
|
|