Index: chrome/browser/automation/automation_provider.cc |
diff --git a/chrome/browser/automation/automation_provider.cc b/chrome/browser/automation/automation_provider.cc |
index 6905cf5beab0e7ebaa5f9cbe577012e576911be7..85807f69a9228b388b9e85309d506fffc74b6f0b 100644 |
--- a/chrome/browser/automation/automation_provider.cc |
+++ b/chrome/browser/automation/automation_provider.cc |
@@ -512,7 +512,7 @@ void AutomationProvider::HandleFindRequest( |
void AutomationProvider::SendFindRequest( |
WebContents* web_contents, |
bool with_json, |
- const string16& search_string, |
+ const base::string16& search_string, |
bool forward, |
bool match_case, |
bool find_next, |