summaryrefslogtreecommitdiffstats
path: root/chrome_frame/protocol_sink_wrap.cc
diff options
context:
space:
mode:
authoravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-25 18:15:40 +0000
committeravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-25 18:15:40 +0000
commitd519b817a17433f6c9ea3813d18dfe084659cd1a (patch)
tree2f1eca3347e14d496382e3dd1d0076941d0e654a /chrome_frame/protocol_sink_wrap.cc
parent5156aa40ae3fa326660297ec66f73ee5c69ceb2d (diff)
downloadchromium_src-d519b817a17433f6c9ea3813d18dfe084659cd1a.zip
chromium_src-d519b817a17433f6c9ea3813d18dfe084659cd1a.tar.gz
chromium_src-d519b817a17433f6c9ea3813d18dfe084659cd1a.tar.bz2
Update uses of UTF conversions in chrome_frame/, chromeos/, components/ to use the base:: namespace.
BUG=330556 TEST=no change TBR=ben@chromium.org Review URL: https://codereview.chromium.org/112433004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@242493 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame/protocol_sink_wrap.cc')
-rw-r--r--chrome_frame/protocol_sink_wrap.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome_frame/protocol_sink_wrap.cc b/chrome_frame/protocol_sink_wrap.cc
index b94e7c0..9bd069e 100644
--- a/chrome_frame/protocol_sink_wrap.cc
+++ b/chrome_frame/protocol_sink_wrap.cc
@@ -321,7 +321,7 @@ RendererType DetermineRendererType(void* buffer, DWORD size, bool last_chance) {
std::wstring html_contents;
// TODO(joshia): detect and handle different content encodings
- UTF8ToWide(reinterpret_cast<char*>(buffer), size, &html_contents);
+ base::UTF8ToWide(reinterpret_cast<char*>(buffer), size, &html_contents);
// Note that document_contents_ may have NULL characters in it. While
// browsers may handle this properly, we don't and will stop scanning