| Index: chrome/browser/chromeos/input_method/infolist_window_view.cc
|
| diff --git a/chrome/browser/chromeos/input_method/infolist_window_view.cc b/chrome/browser/chromeos/input_method/infolist_window_view.cc
|
| index 491440f5773eeed766dc6f48538127d86cdcd557..50bcff373f26661faf2fffd6db240ff9a96e13a3 100644
|
| --- a/chrome/browser/chromeos/input_method/infolist_window_view.cc
|
| +++ b/chrome/browser/chromeos/input_method/infolist_window_view.cc
|
| @@ -101,8 +101,8 @@ void InfolistEntryView::Init(const gfx::Font& title_font,
|
| }
|
|
|
| void InfolistEntryView::Relayout(const InfolistWindowView::Entry& entry) {
|
| - const string16 title = UTF8ToUTF16(entry.title);
|
| - const string16 description = UTF8ToUTF16(entry.body);
|
| + const base::string16 title = UTF8ToUTF16(entry.title);
|
| + const base::string16 description = UTF8ToUTF16(entry.body);
|
|
|
| if ((title_label_->text() == title) &&
|
| (description_label_->text() == description)) {
|
|
|