| Index: chrome/browser/chromeos/input_method/textinput_browsertest.cc
|
| diff --git a/chrome/browser/chromeos/input_method/textinput_browsertest.cc b/chrome/browser/chromeos/input_method/textinput_browsertest.cc
|
| index ec62c9cd5f34e6b6b9a470182f25f0e67b35309f..6ba6f32c56c3c6f151c5ed3fe547661ed2fe94c9 100644
|
| --- a/chrome/browser/chromeos/input_method/textinput_browsertest.cc
|
| +++ b/chrome/browser/chromeos/input_method/textinput_browsertest.cc
|
| @@ -257,7 +257,8 @@ IN_PROC_BROWSER_TEST_F(TextInput_TextInputStateChangedTest,
|
| }; // The order should be same as tab order in all_input_node.html.
|
|
|
| for (size_t i = 0; i < arraysize(expectations); ++i) {
|
| - content::SimulateKeyPress(tab, ui::VKEY_TAB, false, false, false, false);
|
| + content::SimulateKeyPress(tab, ui::DomKey::TAB, ui::DomCode::TAB,
|
| + ui::VKEY_TAB, false, false, false, false);
|
|
|
| helper.WaitForTextInputStateChanged(expectations[i].type);
|
| EXPECT_EQ(expectations[i].type, helper.GetTextInputType());
|
|
|