summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chromeos/input_method/candidate_window_view_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/chromeos/input_method/candidate_window_view_unittest.cc')
-rw-r--r--chrome/browser/chromeos/input_method/candidate_window_view_unittest.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/chromeos/input_method/candidate_window_view_unittest.cc b/chrome/browser/chromeos/input_method/candidate_window_view_unittest.cc
index 7702d1f..19b5a5a 100644
--- a/chrome/browser/chromeos/input_method/candidate_window_view_unittest.cc
+++ b/chrome/browser/chromeos/input_method/candidate_window_view_unittest.cc
@@ -68,9 +68,9 @@ class CandidateWindowViewTest : public views::ViewsTestBase {
const std::string& candidate,
const std::string& annotation,
const CandidateView* row) {
- EXPECT_EQ(shortcut, UTF16ToUTF8(row->shortcut_label_->text()));
- EXPECT_EQ(candidate, UTF16ToUTF8(row->candidate_label_->text()));
- EXPECT_EQ(annotation, UTF16ToUTF8(row->annotation_label_->text()));
+ EXPECT_EQ(shortcut, base::UTF16ToUTF8(row->shortcut_label_->text()));
+ EXPECT_EQ(candidate, base::UTF16ToUTF8(row->candidate_label_->text()));
+ EXPECT_EQ(annotation, base::UTF16ToUTF8(row->annotation_label_->text()));
}
};