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; |