Index: extensions/common/manifest_handlers/offline_enabled_info.h |
diff --git a/extensions/common/manifest_handlers/offline_enabled_info.h b/extensions/common/manifest_handlers/offline_enabled_info.h |
index 55aa837c6b7f6c51943b2dacb8ef90912df8da73..6a1500f079356ba6e1d8eecf048467b09d56ec64 100644 |
--- a/extensions/common/manifest_handlers/offline_enabled_info.h |
+++ b/extensions/common/manifest_handlers/offline_enabled_info.h |
@@ -31,11 +31,11 @@ class OfflineEnabledHandler : public ManifestHandler { |
OfflineEnabledHandler(); |
virtual ~OfflineEnabledHandler(); |
- virtual bool Parse(Extension* extension, base::string16* error) OVERRIDE; |
- virtual bool AlwaysParseForType(Manifest::Type type) const OVERRIDE; |
+ virtual bool Parse(Extension* extension, base::string16* error) override; |
+ virtual bool AlwaysParseForType(Manifest::Type type) const override; |
private: |
- virtual const std::vector<std::string> Keys() const OVERRIDE; |
+ virtual const std::vector<std::string> Keys() const override; |
DISALLOW_COPY_AND_ASSIGN(OfflineEnabledHandler); |
}; |