Index: chrome/browser/profiles/profile.h |
diff --git a/chrome/browser/profiles/profile.h b/chrome/browser/profiles/profile.h |
index 976eacdb46bf773c01a06886df3929cc37e5cade..e36e48bcb3d0e69582908f7af387a01edf0d75c3 100644 |
--- a/chrome/browser/profiles/profile.h |
+++ b/chrome/browser/profiles/profile.h |
@@ -32,7 +32,7 @@ class SSLConfigService; |
} |
namespace policy { |
-class ProfilePolicyContext; |
+class ProfilePolicyConnector; |
} |
namespace webkit_database { |
@@ -495,7 +495,7 @@ class Profile { |
virtual PromoCounter* GetInstantPromoCounter() = 0; |
// Gets the policy context associated with this profile. |
danno
2011/02/15 12:27:15
connector?
Jakob Kummerow
2011/02/21 12:12:15
Done.
|
- virtual policy::ProfilePolicyContext* GetPolicyContext() = 0; |
+ virtual policy::ProfilePolicyConnector* GetPolicyConnector() = 0; |
#if defined(OS_CHROMEOS) |
enum AppLocaleChangedVia { |