| Index: components/dom_distiller/core/viewer.cc
|
| diff --git a/components/dom_distiller/core/viewer.cc b/components/dom_distiller/core/viewer.cc
|
| index 60ea7f10b638fffe20ca58e67928465fff4bfecf..b2cfe8251adfe9278f407f5b966865bf3240ff39 100644
|
| --- a/components/dom_distiller/core/viewer.cc
|
| +++ b/components/dom_distiller/core/viewer.cc
|
| @@ -259,7 +259,7 @@ scoped_ptr<ViewerHandle> CreateViewRequest(
|
| std::string entry_id =
|
| url_utils::GetValueForKeyInUrlPathQuery(path, kEntryIdKey);
|
| bool has_valid_entry_id = !entry_id.empty();
|
| - entry_id = StringToUpperASCII(entry_id);
|
| + entry_id = base::StringToUpperASCII(entry_id);
|
|
|
| std::string requested_url_str =
|
| url_utils::GetValueForKeyInUrlPathQuery(path, kUrlKey);
|
|
|