| Index: chrome/browser/automation/automation_provider.h
|
| diff --git a/chrome/browser/automation/automation_provider.h b/chrome/browser/automation/automation_provider.h
|
| index a97b6d2fe91bae9a0f8f5ed13471c4d2d86951c1..27bde338ea0ae40331a4766bedfaa47daf086567 100644
|
| --- a/chrome/browser/automation/automation_provider.h
|
| +++ b/chrome/browser/automation/automation_provider.h
|
| @@ -200,7 +200,7 @@ class AutomationProvider
|
| void SendFindRequest(
|
| content::WebContents* web_contents,
|
| bool with_json,
|
| - const string16& search_string,
|
| + const base::string16& search_string,
|
| bool forward,
|
| bool match_case,
|
| bool find_next,
|
|
|