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

Unified Diff: extensions/common/features/manifest_feature.h

Issue 622343002: replace OVERRIDE and FINAL with override and final in extensions/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « extensions/common/features/complex_feature.h ('k') | extensions/common/features/permission_feature.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/features/manifest_feature.h
diff --git a/extensions/common/features/manifest_feature.h b/extensions/common/features/manifest_feature.h
index 1c0fe0b25b6c4189c9174bf1cb84d50eef1e2794..b4d38085356e0b55a57419a0aff2dae688aaafbc 100644
--- a/extensions/common/features/manifest_feature.h
+++ b/extensions/common/features/manifest_feature.h
@@ -20,9 +20,9 @@ class ManifestFeature : public SimpleFeature {
const Extension* extension,
Feature::Context context,
const GURL& url,
- Feature::Platform platform) const OVERRIDE;
+ Feature::Platform platform) const override;
- virtual std::string Parse(const base::DictionaryValue* value) OVERRIDE;
+ virtual std::string Parse(const base::DictionaryValue* value) override;
};
} // namespace extensions
« no previous file with comments | « extensions/common/features/complex_feature.h ('k') | extensions/common/features/permission_feature.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698