| Index: chrome/browser/profile.h
|
| diff --git a/chrome/browser/profile.h b/chrome/browser/profile.h
|
| index ac70b74fd050c4fa53ae2aba834d7740763376b5..57bb13d94d41c9c110f8dd3161e326732a6933c6 100644
|
| --- a/chrome/browser/profile.h
|
| +++ b/chrome/browser/profile.h
|
| @@ -476,7 +476,7 @@ class Profile {
|
| // Returns the PromoCounter for Instant, or NULL if not applicable.
|
| virtual PromoCounter* GetInstantPromoCounter() = 0;
|
|
|
| - // Gets the device management service associated with this profile.
|
| + // Gets the policy context associated with this profile.
|
| virtual policy::ProfilePolicyContext* GetPolicyContext() = 0;
|
|
|
| #if defined(OS_CHROMEOS)
|
|
|