| Index: content/common/input_messages.h
|
| diff --git a/content/common/input_messages.h b/content/common/input_messages.h
|
| index 57e51ceef6033f0e9bd2b95c19539c2d4ff6ea65..230e8510f09ae3c6401d82715f64551f8ab22c49 100644
|
| --- a/content/common/input_messages.h
|
| +++ b/content/common/input_messages.h
|
| @@ -131,10 +131,10 @@ IPC_MESSAGE_ROUTED0(InputMsg_PasteAndMatchStyle)
|
| // Replaces the selected region or a word around the cursor with the
|
| // specified string.
|
| IPC_MESSAGE_ROUTED1(InputMsg_Replace,
|
| - string16)
|
| + base::string16)
|
| // Replaces the misspelling in the selected region with the specified string.
|
| IPC_MESSAGE_ROUTED1(InputMsg_ReplaceMisspelling,
|
| - string16)
|
| + base::string16)
|
| IPC_MESSAGE_ROUTED0(InputMsg_Delete)
|
| IPC_MESSAGE_ROUTED0(InputMsg_SelectAll)
|
|
|
|
|