Chromium Code Reviews

Unified Diff: extensions/common/features/api_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.
Jump to:
View side-by-side diff with in-line comments
Index: extensions/common/features/api_feature.h
diff --git a/extensions/common/features/api_feature.h b/extensions/common/features/api_feature.h
index c146f9d914b0dce0cfcae3ce6d04ea7ac07d44d6..3cc86dbcc3ea348de26e3bc65c7335aa088e3527 100644
--- a/extensions/common/features/api_feature.h
+++ b/extensions/common/features/api_feature.h
@@ -17,9 +17,9 @@ class APIFeature : public SimpleFeature {
virtual ~APIFeature();
// extensions::Feature:
- virtual bool IsInternal() const OVERRIDE;
+ virtual bool IsInternal() const override;
- virtual std::string Parse(const base::DictionaryValue* value) OVERRIDE;
+ virtual std::string Parse(const base::DictionaryValue* value) override;
private:
bool internal_;
« no previous file with comments | « extensions/common/api/sockets/sockets_manifest_permission.h ('k') | extensions/common/features/base_feature_provider.h » ('j') | no next file with comments »

Powered by Google App Engine