| Index: chrome/common/extensions/extension_messages.h
|
| diff --git a/chrome/common/extensions/extension_messages.h b/chrome/common/extensions/extension_messages.h
|
| index bd0453b0e9eef4a99d0f156dbff8e3a0ed368729..7ca82c710ab77fd4e6340d1252814427b5a1690e 100644
|
| --- a/chrome/common/extensions/extension_messages.h
|
| +++ b/chrome/common/extensions/extension_messages.h
|
| @@ -51,7 +51,7 @@ IPC_STRUCT_BEGIN(ExtensionHostMsg_DOMAction_Params)
|
| IPC_STRUCT_MEMBER(GURL, url)
|
|
|
| // Title of the page.
|
| - IPC_STRUCT_MEMBER(string16, url_title)
|
| + IPC_STRUCT_MEMBER(base::string16, url_title)
|
|
|
| // API name.
|
| IPC_STRUCT_MEMBER(std::string, api_call)
|
|
|