| Index: chrome/browser/ui/android/validation_message_bubble_android.h | 
| diff --git a/chrome/browser/ui/android/validation_message_bubble_android.h b/chrome/browser/ui/android/validation_message_bubble_android.h | 
| index 3e02da0fed785edd1d52ec8f2177b3914ad3da37..33c71842ad76600c395361e846afc89cccee8ee9 100644 | 
| --- a/chrome/browser/ui/android/validation_message_bubble_android.h | 
| +++ b/chrome/browser/ui/android/validation_message_bubble_android.h | 
| @@ -28,8 +28,9 @@ class ValidationMessageBubbleAndroid : public chrome::ValidationMessageBubble { | 
| const string16& main_text, | 
| const string16& sub_text); | 
| virtual ~ValidationMessageBubbleAndroid(); | 
| -  virtual void MoveOnAnchor(content::RenderWidgetHost* widget_host, | 
| -                            const gfx::Rect& anchor_in_screen); | 
| +  virtual void SetPositionRelativeToAnchor( | 
| +      content::RenderWidgetHost* widget_host, | 
| +      const gfx::Rect& anchor_in_screen) OVERRIDE; | 
|  | 
| static bool Register(JNIEnv* env); | 
|  | 
|  |