| Index: chrome/browser/chromeos/mobile_config.h
|
| diff --git a/chrome/browser/chromeos/mobile_config.h b/chrome/browser/chromeos/mobile_config.h
|
| index 014231fa2c1fb373aaa66bc1ad76dc13f77319a3..270fb3695f6fdb862ea23f21d95474cbbb79bdc8 100644
|
| --- a/chrome/browser/chromeos/mobile_config.h
|
| +++ b/chrome/browser/chromeos/mobile_config.h
|
| @@ -151,7 +151,7 @@ class MobileConfig : public CustomizationDocument {
|
| const MobileConfig::LocaleConfig* GetLocaleConfig() const;
|
|
|
| protected:
|
| - virtual bool LoadManifestFromString(const std::string& manifest) OVERRIDE;
|
| + virtual bool LoadManifestFromString(const std::string& manifest) override;
|
|
|
| private:
|
| FRIEND_TEST_ALL_PREFIXES(MobileConfigTest, Basic);
|
|
|