| Index: chrome/browser/extensions/api/identity_private/identity_private_api.h
|
| diff --git a/chrome/browser/extensions/api/identity_private/identity_private_api.h b/chrome/browser/extensions/api/identity_private/identity_private_api.h
|
| index 8256337bd0b409645d9fe788bbac21e32160bc66..6a1460d29222099bbcf0a9b695623ec16708138c 100644
|
| --- a/chrome/browser/extensions/api/identity_private/identity_private_api.h
|
| +++ b/chrome/browser/extensions/api/identity_private/identity_private_api.h
|
| @@ -19,7 +19,7 @@ class IdentityPrivateGetStringsFunction : public SyncExtensionFunction {
|
| virtual ~IdentityPrivateGetStringsFunction();
|
|
|
| // ExtensionFunction:
|
| - virtual bool RunSync() OVERRIDE;
|
| + virtual bool RunSync() override;
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(IdentityPrivateGetStringsFunction);
|
|
|