Index: content/browser/android/content_view_core_impl.h |
diff --git a/content/browser/android/content_view_core_impl.h b/content/browser/android/content_view_core_impl.h |
index 704725a3f4d5cc0d549b1cccb6ae8cd8e12c0594..7c6a69790e3a3a2b92d0732b8ea9edfa09ba3090 100644 |
--- a/content/browser/android/content_view_core_impl.h |
+++ b/content/browser/android/content_view_core_impl.h |
@@ -150,7 +150,7 @@ class ContentViewCoreImpl : public ContentViewCore, |
void OnAcceleratedCompositingStateChange(RenderWidgetHostViewAndroid* rwhva, |
bool activated, |
bool force); |
- virtual void StartContentIntent(const GURL& content_url) OVERRIDE; |
+ void StartContentIntent(const GURL& content_url); |
// -------------------------------------------------------------------------- |
// Methods called from native code |