| Index: chrome/browser/policy/profile_policy_connector.h
|
| diff --git a/chrome/browser/policy/profile_policy_connector.h b/chrome/browser/policy/profile_policy_connector.h
|
| index cc29d09e3ac472e093bbbc4b1ce76bd3eab80bc9..e32e2c1d49e8107b6123c69aba07e73890047d00 100644
|
| --- a/chrome/browser/policy/profile_policy_connector.h
|
| +++ b/chrome/browser/policy/profile_policy_connector.h
|
| @@ -40,7 +40,7 @@ class ProfilePolicyConnector : public KeyedService {
|
| void InitForTesting(scoped_ptr<PolicyService> service);
|
|
|
| // KeyedService:
|
| - virtual void Shutdown() OVERRIDE;
|
| + virtual void Shutdown() override;
|
|
|
| // This is never NULL.
|
| PolicyService* policy_service() const { return policy_service_.get(); }
|
|
|