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