Index: chrome/browser/chromeos/input_method/textinput_test_helper.cc |
diff --git a/chrome/browser/chromeos/input_method/textinput_test_helper.cc b/chrome/browser/chromeos/input_method/textinput_test_helper.cc |
index 127b0100d1a09652de411a11db03faf2d7d87534..bae1bf36823eaed3994ada12f81a29740b63e9ff 100644 |
--- a/chrome/browser/chromeos/input_method/textinput_test_helper.cc |
+++ b/chrome/browser/chromeos/input_method/textinput_test_helper.cc |
@@ -145,7 +145,7 @@ void TextInputTestHelper::WaitForCaretBoundsChanged( |
} |
void TextInputTestHelper::WaitForSurroundingTextChanged( |
- const string16& expected_text, |
+ const base::string16& expected_text, |
const gfx::Range& expected_selection) { |
waiting_type_ = WAIT_ON_CARET_BOUNDS_CHANGED; |
while (expected_text != surrounding_text_ || |