| Index: chrome/browser/chromeos/system/statistics_provider.cc
|
| diff --git a/chrome/browser/chromeos/system/statistics_provider.cc b/chrome/browser/chromeos/system/statistics_provider.cc
|
| index 3a912d6a45f604705b959ee1af03dd35b9d08f66..a0544a52f1d09315f804d45b734ccb8f26af03fa 100644
|
| --- a/chrome/browser/chromeos/system/statistics_provider.cc
|
| +++ b/chrome/browser/chromeos/system/statistics_provider.cc
|
| @@ -293,7 +293,7 @@ class StatisticsProviderStubImpl : public StatisticsProviderImpl {
|
| return false;
|
| }
|
|
|
| - virtual void LoadOemManifest() {
|
| + virtual void LoadOemManifest() OVERRIDE {
|
| CommandLine* command_line = CommandLine::ForCurrentProcess();
|
| if (!command_line->HasSwitch(switches::kAppOemManifestFile))
|
| return;
|
|
|