Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(531)

Unified Diff: android_webview/native/aw_web_contents_view_delegate.h

Issue 623833003: replace OVERRIDE and FINAL with override and final in android_webview/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: android_webview/native/aw_web_contents_view_delegate.h
diff --git a/android_webview/native/aw_web_contents_view_delegate.h b/android_webview/native/aw_web_contents_view_delegate.h
index 30d0e98c6461de93da121254ac80d270ccdf989c..95fd0d6a99def534160b1efc8cad0196464609d8 100644
--- a/android_webview/native/aw_web_contents_view_delegate.h
+++ b/android_webview/native/aw_web_contents_view_delegate.h
@@ -25,10 +25,10 @@ class AwWebContentsViewDelegate : public content::WebContentsViewDelegate {
virtual ~AwWebContentsViewDelegate();
// content::WebContentsViewDelegate implementation.
- virtual content::WebDragDestDelegate* GetDragDestDelegate() OVERRIDE;
+ virtual content::WebDragDestDelegate* GetDragDestDelegate() override;
virtual void ShowContextMenu(
content::RenderFrameHost* render_frame_host,
- const content::ContextMenuParams& params) OVERRIDE;
+ const content::ContextMenuParams& params) override;
private:
AwWebContentsViewDelegate(content::WebContents* web_contents);
« no previous file with comments | « android_webview/native/aw_web_contents_delegate.h ('k') | android_webview/native/aw_web_preferences_populater_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698