| Index: chrome/browser/profiles/profile_impl.h
|
| diff --git a/chrome/browser/profiles/profile_impl.h b/chrome/browser/profiles/profile_impl.h
|
| index 92086ede6ac9b85d298aaaf380f4ca059687955d..135ce338dcd21205a7c65b6237e82015359bf5fc 100644
|
| --- a/chrome/browser/profiles/profile_impl.h
|
| +++ b/chrome/browser/profiles/profile_impl.h
|
| @@ -130,7 +130,7 @@ class ProfileImpl : public Profile,
|
| virtual ExtensionInfoMap* GetExtensionInfoMap();
|
| virtual PromoCounter* GetInstantPromoCounter();
|
| virtual BrowserSignin* GetBrowserSignin();
|
| - virtual policy::ProfilePolicyContext* GetPolicyContext();
|
| + virtual policy::ProfilePolicyConnector* GetPolicyConnector();
|
| virtual ChromeURLDataManager* GetChromeURLDataManager();
|
|
|
| #if defined(OS_CHROMEOS)
|
| @@ -204,7 +204,7 @@ class ProfileImpl : public Profile,
|
| transport_security_state_;
|
| scoped_refptr<TransportSecurityPersister>
|
| transport_security_persister_;
|
| - scoped_ptr<policy::ProfilePolicyContext> profile_policy_context_;
|
| + scoped_ptr<policy::ProfilePolicyConnector> profile_policy_connector_;
|
| scoped_ptr<NetPrefObserver> net_pref_observer_;
|
| scoped_ptr<TemplateURLFetcher> template_url_fetcher_;
|
| scoped_ptr<TemplateURLModel> template_url_model_;
|
|
|