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