summaryrefslogtreecommitdiffstats
path: root/components/web_contents_delegate_android
diff options
context:
space:
mode:
authorbenm@chromium.org <benm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-12 22:01:48 +0000
committerbenm@chromium.org <benm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-12 22:01:48 +0000
commit1cbf5e53835a5943813049cc5ea1cd51f54f3ecf (patch)
tree03466508daa7a06704a391ec25247447bca8b8b1 /components/web_contents_delegate_android
parent8b6a380842b3558010ef75ca53a87fa71d8f7ade (diff)
downloadchromium_src-1cbf5e53835a5943813049cc5ea1cd51f54f3ecf.zip
chromium_src-1cbf5e53835a5943813049cc5ea1cd51f54f3ecf.tar.gz
chromium_src-1cbf5e53835a5943813049cc5ea1cd51f54f3ecf.tar.bz2
Fix Android Clang Build
Remove incorrect OVERRIDE after http://src.chromium.org/viewvc/chrome?view=rev&revision=240420 BUG=293608 R=apiccion@chromium.org Review URL: https://codereview.chromium.org/114633002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@240435 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/web_contents_delegate_android')
-rw-r--r--components/web_contents_delegate_android/validation_message_bubble_android.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/web_contents_delegate_android/validation_message_bubble_android.h b/components/web_contents_delegate_android/validation_message_bubble_android.h
index d5ec77f..181efc1 100644
--- a/components/web_contents_delegate_android/validation_message_bubble_android.h
+++ b/components/web_contents_delegate_android/validation_message_bubble_android.h
@@ -31,7 +31,7 @@ class ValidationMessageBubbleAndroid {
virtual ~ValidationMessageBubbleAndroid();
virtual void SetPositionRelativeToAnchor(
content::RenderWidgetHost* widget_host,
- const gfx::Rect& anchor_in_screen) OVERRIDE;
+ const gfx::Rect& anchor_in_screen);
static bool Register(JNIEnv* env);