| Index: chrome/browser/profiles/profile.h
|
| diff --git a/chrome/browser/profiles/profile.h b/chrome/browser/profiles/profile.h
|
| index b9815751fa288a714f5f9edf64e93187a107e233..28243b57b516700fec78ff9626a809a2cc7f1cce 100644
|
| --- a/chrome/browser/profiles/profile.h
|
| +++ b/chrome/browser/profiles/profile.h
|
| @@ -37,7 +37,7 @@ class SSLConfigService;
|
| }
|
|
|
| namespace policy {
|
| -class ProfilePolicyContext;
|
| +class ProfilePolicyConnector;
|
| }
|
|
|
| namespace prerender {
|
| @@ -498,8 +498,8 @@ class Profile {
|
| // Returns the PromoCounter for Instant, or NULL if not applicable.
|
| virtual PromoCounter* GetInstantPromoCounter() = 0;
|
|
|
| - // Gets the policy context associated with this profile.
|
| - virtual policy::ProfilePolicyContext* GetPolicyContext() = 0;
|
| + // Gets the policy connector associated with this profile.
|
| + virtual policy::ProfilePolicyConnector* GetPolicyConnector() = 0;
|
|
|
| // Returns the ChromeURLDataManager for this profile.
|
| virtual ChromeURLDataManager* GetChromeURLDataManager() = 0;
|
|
|