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 d3912f9f62819ec6092e19e25ac6774f59933397..4d199db1c142b0c69092f585895d1b7a91f71d86 100644 |
--- a/chrome/browser/chromeos/input_method/input_method_engine_browsertests.cc |
+++ b/chrome/browser/chromeos/input_method/input_method_engine_browsertests.cc |
@@ -470,7 +470,7 @@ IN_PROC_BROWSER_TEST_P(InputMethodEngineIBusBrowserTest, |
const CompositionText& composition_text = |
mock_input_context->last_update_composition_arg().composition_text; |
- EXPECT_EQ("COMPOSITION_TEXT", composition_text.text()); |
+ EXPECT_EQ(base::UTF8ToUTF16("COMPOSITION_TEXT"), composition_text.text()); |
const std::vector<CompositionText::UnderlineAttribute>& underlines = |
composition_text.underline_attributes(); |