| Index: chrome/common/automation_messages.h
|
| diff --git a/chrome/common/automation_messages.h b/chrome/common/automation_messages.h
|
| index c01b93a6fc3525cafb6a123f86bd51f0f607c832..07b884278849ed73ded8a3c27db161f5538e5ac9 100644
|
| --- a/chrome/common/automation_messages.h
|
| +++ b/chrome/common/automation_messages.h
|
| @@ -29,7 +29,7 @@ IPC_ENUM_TRAITS(content::PageType)
|
|
|
| IPC_STRUCT_BEGIN(AutomationMsg_Find_Params)
|
| // The word(s) to find on the page.
|
| - IPC_STRUCT_MEMBER(string16, search_string)
|
| + IPC_STRUCT_MEMBER(base::string16, search_string)
|
|
|
| // Whether to search forward or backward within the page.
|
| IPC_STRUCT_MEMBER(bool, forward)
|
|
|