| Index: chrome/common/validation_message_messages.h
|
| diff --git a/chrome/common/validation_message_messages.h b/chrome/common/validation_message_messages.h
|
| index 94472b3277d97aeeb67b49c0f0f782e939a1135f..26540b1554d87bdeb37a56132d38b4278917f23e 100644
|
| --- a/chrome/common/validation_message_messages.h
|
| +++ b/chrome/common/validation_message_messages.h
|
| @@ -11,8 +11,8 @@
|
| IPC_MESSAGE_CONTROL4(ValidationMessageMsg_ShowValidationMessage,
|
| int /* route id */,
|
| gfx::Rect /* anchor rectangle in root view coordinate */,
|
| - string16 /* validation message */,
|
| - string16 /* supplemental text */)
|
| + base::string16 /* validation message */,
|
| + base::string16 /* supplemental text */)
|
|
|
| IPC_MESSAGE_CONTROL0(ValidationMessageMsg_HideValidationMessage)
|
|
|
|
|