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

Unified Diff: chrome/common/extensions/features/chrome_channel_feature_filter.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
Index: chrome/common/extensions/features/chrome_channel_feature_filter.h
diff --git a/chrome/common/extensions/features/chrome_channel_feature_filter.h b/chrome/common/extensions/features/chrome_channel_feature_filter.h
index 90d98c52afca798149f62f8ae044d420915ff98b..55f24410b0b307515d337108ad9fa5b1d93cf343 100644
--- a/chrome/common/extensions/features/chrome_channel_feature_filter.h
+++ b/chrome/common/extensions/features/chrome_channel_feature_filter.h
@@ -18,13 +18,13 @@ class ChromeChannelFeatureFilter : public SimpleFeatureFilter {
virtual ~ChromeChannelFeatureFilter();
// SimpleFeatureFilter implementation.
- virtual std::string Parse(const base::DictionaryValue* value) OVERRIDE;
+ virtual std::string Parse(const base::DictionaryValue* value) override;
virtual Feature::Availability IsAvailableToManifest(
const std::string& extension_id,
Manifest::Type type,
Manifest::Location location,
int manifest_version,
- Feature::Platform platform) const OVERRIDE;
+ Feature::Platform platform) const override;
private:
bool channel_has_been_set_;
« no previous file with comments | « chrome/common/extensions/chrome_extensions_client.h ('k') | chrome/common/extensions/manifest_handlers/app_isolation_info.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698