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

Unified Diff: chrome/browser/ui/views/frame/contents_web_view.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
Index: chrome/browser/ui/views/frame/contents_web_view.h
diff --git a/chrome/browser/ui/views/frame/contents_web_view.h b/chrome/browser/ui/views/frame/contents_web_view.h
index fca0dbfacdc701ea81c67b4491308c3997700f4c..93a2fc061e560fe62653f82e3e12788a2127c43b 100644
--- a/chrome/browser/ui/views/frame/contents_web_view.h
+++ b/chrome/browser/ui/views/frame/contents_web_view.h
@@ -32,19 +32,19 @@ class ContentsWebView
void SetStatusBubble(StatusBubbleViews* status_bubble);
// WebView overrides:
- virtual bool GetNeedsNotificationWhenVisibleBoundsChange() const OVERRIDE;
- virtual void OnVisibleBoundsChanged() OVERRIDE;
+ virtual bool GetNeedsNotificationWhenVisibleBoundsChange() const override;
+ virtual void OnVisibleBoundsChanged() override;
virtual void ViewHierarchyChanged(const ViewHierarchyChangedDetails& details)
- OVERRIDE;
- virtual void OnThemeChanged() OVERRIDE;
+ override;
+ virtual void OnThemeChanged() override;
// ui::LayerOwnerDelegate overrides:
virtual void OnLayerRecreated(ui::Layer* old_layer,
- ui::Layer* new_layer) OVERRIDE;
+ ui::Layer* new_layer) override;
// WebContentsCloseHandlerDelegate overrides:
- virtual void CloneWebContentsLayer() OVERRIDE;
- virtual void DestroyClonedLayer() OVERRIDE;
+ virtual void CloneWebContentsLayer() override;
+ virtual void DestroyClonedLayer() override;
private:
StatusBubbleViews* status_bubble_;
« no previous file with comments | « chrome/browser/ui/views/frame/contents_layout_manager.h ('k') | chrome/browser/ui/views/frame/desktop_browser_frame_aura.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698