| Index: chrome/browser/ui/webui/history_ui.cc
|
| diff --git a/chrome/browser/ui/webui/history_ui.cc b/chrome/browser/ui/webui/history_ui.cc
|
| index 9f53d384a876773a929ec4047df5a94a9170f5a2..47a6dd005eb70eff165052630c5e3275a67732f5 100644
|
| --- a/chrome/browser/ui/webui/history_ui.cc
|
| +++ b/chrome/browser/ui/webui/history_ui.cc
|
| @@ -317,7 +317,7 @@ scoped_ptr<DictionaryValue> BrowsingHistoryHandler::HistoryEntry::ToValue(
|
| scoped_ptr<DictionaryValue> result(new DictionaryValue());
|
| SetUrlAndTitle(result.get());
|
|
|
| - string16 domain = net::IDNToUnicode(url.host(), accept_languages);
|
| + base::string16 domain = net::IDNToUnicode(url.host(), accept_languages);
|
| // When the domain is empty, use the scheme instead. This allows for a
|
| // sensible treatment of e.g. file: URLs when group by domain is on.
|
| if (domain.empty())
|
|
|