| 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
|
|
|