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

Unified Diff: chrome_frame/find_dialog.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/dll_redirector.cc ('k') | chrome_frame/http_negotiate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/find_dialog.cc
diff --git a/chrome_frame/find_dialog.cc b/chrome_frame/find_dialog.cc
index bf163aba5fe176116f9163270588e10660751374..9f2cde4ebdb00c417f5c6279cc0b891485f758b0 100644
--- a/chrome_frame/find_dialog.cc
+++ b/chrome_frame/find_dialog.cc
@@ -27,7 +27,8 @@ LRESULT CFFindDialog::OnDestroy(UINT msg, WPARAM wparam, LPARAM lparam,
// TODO(robertshield): Change this to plumb through a StopFinding automation
// message that triggers a ViewMsg_StopFinding.
std::string guid(base::GenerateGUID());
- automation_client_->FindInPage(ASCIIToWide(guid), FWD, CASE_SENSITIVE, false);
+ automation_client_->FindInPage(base::ASCIIToWide(guid),
+ FWD, CASE_SENSITIVE, false);
UninstallMessageHook();
return 0;
« no previous file with comments | « chrome_frame/dll_redirector.cc ('k') | chrome_frame/http_negotiate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698