diff options
Diffstat (limited to 'chrome/browser/locale_tests_browsertest.cc')
-rw-r--r-- | chrome/browser/locale_tests_browsertest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/locale_tests_browsertest.cc b/chrome/browser/locale_tests_browsertest.cc index 1a53f51..ba2f26e 100644 --- a/chrome/browser/locale_tests_browsertest.cc +++ b/chrome/browser/locale_tests_browsertest.cc @@ -69,7 +69,7 @@ class LocaleTestBase : public InProcessBrowserTest { explicit LocaleTestBase(const char* locale) : locale_(locale) { } - virtual void SetUpCommandLine(CommandLine* command_line) override { + void SetUpCommandLine(CommandLine* command_line) override { command_line->AppendSwitchASCII(switches::kLang, locale_.locale()); } |