| Index: chrome/browser/chromeos/input_method/input_method_engine_browsertests.cc
|
| diff --git a/chrome/browser/chromeos/input_method/input_method_engine_browsertests.cc b/chrome/browser/chromeos/input_method/input_method_engine_browsertests.cc
|
| index b21d737fc692b1ce6b05af01ebbb9ff72d7381bb..677025ff47a72331ac1b8b91d1aa035b99e7f2f1 100644
|
| --- a/chrome/browser/chromeos/input_method/input_method_engine_browsertests.cc
|
| +++ b/chrome/browser/chromeos/input_method/input_method_engine_browsertests.cc
|
| @@ -194,8 +194,9 @@ IN_PROC_BROWSER_TEST_P(InputMethodEngineBrowserTest,
|
| ExtensionTestMessageListener surrounding_text_listener(
|
| "onSurroundingTextChanged", false);
|
| engine_handler->SetSurroundingText("text", // Surrounding text.
|
| - 0, // focused position.
|
| - 1); // anchor position.
|
| + 0, // focused position.
|
| + 1, // anchor position.
|
| + 0); // offset position.
|
| ASSERT_TRUE(surrounding_text_listener.WaitUntilSatisfied());
|
| ASSERT_TRUE(surrounding_text_listener.was_satisfied());
|
|
|
|
|