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

Unified Diff: chrome/browser/guest_view/app_view/chrome_app_view_guest_delegate.h

Issue 625113002: replace OVERRIDE and FINAL with override and final in chrome/browser/[a-i]* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix newly added OVERRIDEs 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: chrome/browser/guest_view/app_view/chrome_app_view_guest_delegate.h
diff --git a/chrome/browser/guest_view/app_view/chrome_app_view_guest_delegate.h b/chrome/browser/guest_view/app_view/chrome_app_view_guest_delegate.h
index 1dc074edbbf19d77095377a82a93a0b0a8f549f4..d1794a6481e84985169649c30f2d8d3825dcf289 100644
--- a/chrome/browser/guest_view/app_view/chrome_app_view_guest_delegate.h
+++ b/chrome/browser/guest_view/app_view/chrome_app_view_guest_delegate.h
@@ -17,7 +17,7 @@ class ChromeAppViewGuestDelegate : public AppViewGuestDelegate {
virtual bool HandleContextMenu(
content::WebContents* web_contents,
- const content::ContextMenuParams& params) OVERRIDE;
+ const content::ContextMenuParams& params) override;
private:
DISALLOW_COPY_AND_ASSIGN(ChromeAppViewGuestDelegate);

Powered by Google App Engine
This is Rietveld 408576698