Index: trunk/src/net/base/net_util_win.cc |
=================================================================== |
--- trunk/src/net/base/net_util_win.cc (revision 257532) |
+++ trunk/src/net/base/net_util_win.cc (working copy) |
@@ -119,7 +119,7 @@ |
path = UnescapeURLComponent(path, |
UnescapeRule::SPACES | UnescapeRule::URL_SPECIAL_CHARS); |
- if (!base::IsStringUTF8(path)) { |
+ if (!IsStringUTF8(path)) { |
// Not UTF-8, assume encoding is native codepage and we're done. We know we |
// are giving the conversion function a nonempty string, and it may fail if |
// the given string is not in the current encoding and give us an empty |