Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5608)

Unified Diff: chrome/common/extensions/permissions/chrome_api_permissions.h

Issue 622373003: Replacing the OVERRIDE with override in chrome/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Resolved Error Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/extensions/manifest_url_handler.h ('k') | chrome/common/icon_with_badge_image_source.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/permissions/chrome_api_permissions.h
diff --git a/chrome/common/extensions/permissions/chrome_api_permissions.h b/chrome/common/extensions/permissions/chrome_api_permissions.h
index 9341a668bb311a434528b6d7fb752ac0ce6648e1..aef5eb72dc9d953c46fe0b72ecc96eee9a2069e6 100644
--- a/chrome/common/extensions/permissions/chrome_api_permissions.h
+++ b/chrome/common/extensions/permissions/chrome_api_permissions.h
@@ -15,9 +15,9 @@ namespace extensions {
// Registers the permissions used in Chrome with the PermissionsInfo global.
class ChromeAPIPermissions : public PermissionsProvider {
public:
- virtual std::vector<APIPermissionInfo*> GetAllPermissions() const OVERRIDE;
+ virtual std::vector<APIPermissionInfo*> GetAllPermissions() const override;
virtual std::vector<PermissionsProvider::AliasInfo> GetAllAliases() const
- OVERRIDE;
+ override;
};
} // namespace extensions
« no previous file with comments | « chrome/common/extensions/manifest_url_handler.h ('k') | chrome/common/icon_with_badge_image_source.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698