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

Unified Diff: chrome/browser/ui/tab_contents/core_tab_helper.h

Issue 628773002: replace OVERRIDE and FINAL with override and final in chrome/browser/ui/[t-v]* (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
« no previous file with comments | « no previous file | chrome/browser/ui/tab_modal_confirm_dialog_browsertest.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/tab_contents/core_tab_helper.h
diff --git a/chrome/browser/ui/tab_contents/core_tab_helper.h b/chrome/browser/ui/tab_contents/core_tab_helper.h
index 7a89f4e2070d996aee1860801fac118cc79198f7..b71a56d77b68a53c29b95b8bf415ea0f02a0e255 100644
--- a/chrome/browser/ui/tab_contents/core_tab_helper.h
+++ b/chrome/browser/ui/tab_contents/core_tab_helper.h
@@ -57,14 +57,14 @@ class CoreTabHelper : public content::WebContentsObserver,
// content::WebContentsObserver overrides:
virtual void DidStartLoading(
- content::RenderViewHost* render_view_host) OVERRIDE;
- virtual void WasShown() OVERRIDE;
- virtual void WebContentsDestroyed() OVERRIDE;
- virtual void BeforeUnloadFired(const base::TimeTicks& proceed_time) OVERRIDE;
- virtual void BeforeUnloadDialogCancelled() OVERRIDE;
+ content::RenderViewHost* render_view_host) override;
+ virtual void WasShown() override;
+ virtual void WebContentsDestroyed() override;
+ virtual void BeforeUnloadFired(const base::TimeTicks& proceed_time) override;
+ virtual void BeforeUnloadDialogCancelled() override;
virtual bool OnMessageReceived(
const IPC::Message& message,
- content::RenderFrameHost* render_frame_host) OVERRIDE;
+ content::RenderFrameHost* render_frame_host) override;
void OnRequestThumbnailForContextNodeACK(const SkBitmap& bitmap,
const gfx::Size& original_size);
« no previous file with comments | « no previous file | chrome/browser/ui/tab_modal_confirm_dialog_browsertest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698