| Index: chrome/browser/profiles/profile_impl.h
|
| diff --git a/chrome/browser/profiles/profile_impl.h b/chrome/browser/profiles/profile_impl.h
|
| index acc0d5bd9f04b69d08c2387ca03ca425768dbd51..e0d4c7fed6732b5992f93194a4c2db2f912c75ff 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();
|
|
|
| #if defined(OS_CHROMEOS)
|
| virtual void ChangeAppLocale(const std::string& locale, AppLocaleChangedVia);
|
| @@ -202,7 +202,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_;
|
|
|