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