| Index: chrome/browser/chromeos/login/login_ui_keyboard_browsertest.cc
|
| diff --git a/chrome/browser/chromeos/login/login_ui_keyboard_browsertest.cc b/chrome/browser/chromeos/login/login_ui_keyboard_browsertest.cc
|
| index 0c74408b8c82bda708fcce06afef89f3b8df3c4f..903c0ca7a8b6aded215967190d6984ddec984978 100644
|
| --- a/chrome/browser/chromeos/login/login_ui_keyboard_browsertest.cc
|
| +++ b/chrome/browser/chromeos/login/login_ui_keyboard_browsertest.cc
|
| @@ -88,7 +88,7 @@ class LoginUIKeyboardTest : public chromeos::LoginManagerTest {
|
| LoginUIKeyboardTest() : LoginManagerTest(false) {}
|
| virtual ~LoginUIKeyboardTest() {}
|
|
|
| - virtual void SetUpOnMainThread() OVERRIDE {
|
| + virtual void SetUpOnMainThread() override {
|
| user_input_methods.push_back("xkb:fr::fra");
|
| user_input_methods.push_back("xkb:de::ger");
|
|
|
| @@ -178,14 +178,14 @@ class LoginUIKeyboardTestWithUsersAndOwner : public chromeos::LoginManagerTest {
|
| LoginUIKeyboardTestWithUsersAndOwner() : LoginManagerTest(false) {}
|
| virtual ~LoginUIKeyboardTestWithUsersAndOwner() {}
|
|
|
| - virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
|
| + virtual void SetUpCommandLine(CommandLine* command_line) override {
|
| LoginManagerTest::SetUpCommandLine(command_line);
|
| command_line->AppendSwitch(switches::kStubCrosSettings);
|
|
|
| LoginManagerTest::SetUpCommandLine(command_line);
|
| }
|
|
|
| - virtual void SetUpOnMainThread() OVERRIDE {
|
| + virtual void SetUpOnMainThread() override {
|
| user_input_methods.push_back("xkb:fr::fra");
|
| user_input_methods.push_back("xkb:de::ger");
|
| user_input_methods.push_back("xkb:pl::pol");
|
|
|