Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6645)

Unified Diff: chrome_frame/test/ie_event_sink.cc

Issue 112433004: Update uses of UTF conversions in chrome_frame/, chromeos/, components/ to use the base:: namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome_frame/test/http_negotiate_unittest.cc ('k') | chrome_frame/test/mock_ie_event_sink_actions.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/test/ie_event_sink.cc
diff --git a/chrome_frame/test/ie_event_sink.cc b/chrome_frame/test/ie_event_sink.cc
index 9062a9cbbe87469b4b957172feff24375b1c030e..03977526ce9fc0351ef5d0dac452491559f28172 100644
--- a/chrome_frame/test/ie_event_sink.cc
+++ b/chrome_frame/test/ie_event_sink.cc
@@ -254,7 +254,7 @@ void IEEventSink::Uninitialize() {
web_browser2_->get_LocationURL(browser_url.Receive());
std::wstring browser_url_wstring;
browser_url_wstring.assign(browser_url, browser_url.Length());
- std::string browser_url_string = WideToUTF8(browser_url_wstring);
+ std::string browser_url_string = base::WideToUTF8(browser_url_wstring);
LOG(ERROR) << "OnQuit was not received for browser with url "
<< browser_url_string;
web_browser2_->Quit();
« no previous file with comments | « chrome_frame/test/http_negotiate_unittest.cc ('k') | chrome_frame/test/mock_ie_event_sink_actions.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698