| Index: chrome/common/ini_parser.h
|
| diff --git a/chrome/common/ini_parser.h b/chrome/common/ini_parser.h
|
| index 2234821bd82cb77993779fe76148df16a6b4b126..4c63a50a29f520f9cfbbb2638be7da2321397168 100644
|
| --- a/chrome/common/ini_parser.h
|
| +++ b/chrome/common/ini_parser.h
|
| @@ -54,7 +54,7 @@ class DictionaryValueINIParser : public INIParser {
|
| // INIParser implementation.
|
| virtual void HandleTriplet(const std::string& section,
|
| const std::string& key,
|
| - const std::string& value) OVERRIDE;
|
| + const std::string& value) override;
|
|
|
| base::DictionaryValue root_;
|
|
|
|
|