Index: trunk/src/components/dom_distiller/core/viewer.cc |
=================================================================== |
--- trunk/src/components/dom_distiller/core/viewer.cc (revision 289319) |
+++ trunk/src/components/dom_distiller/core/viewer.cc (working copy) |
@@ -182,7 +182,7 @@ |
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 = StringToUpperASCII(entry_id); |
std::string requested_url_str = |
url_utils::GetValueForKeyInUrlPathQuery(path, kUrlKey); |