From 3b3d52b1844d5174f63a1db8cf3f0e3254ec43f6 Mon Sep 17 00:00:00 2001 From: mostynb Date: Thu, 9 Oct 2014 03:54:27 -0700 Subject: replace OVERRIDE and FINAL with override and final in ui/ BUG=417463 Review URL: https://codereview.chromium.org/623293004 Cr-Commit-Position: refs/heads/master@{#298839} --- ui/wm/public/scoped_tooltip_disabler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/wm/public') diff --git a/ui/wm/public/scoped_tooltip_disabler.h b/ui/wm/public/scoped_tooltip_disabler.h index 0fd3e11..1022788 100644 --- a/ui/wm/public/scoped_tooltip_disabler.h +++ b/ui/wm/public/scoped_tooltip_disabler.h @@ -24,7 +24,7 @@ class AURA_EXPORT ScopedTooltipDisabler : aura::WindowObserver { void EnableTooltips(); // aura::WindowObserver: - virtual void OnWindowDestroying(aura::Window* window) OVERRIDE; + virtual void OnWindowDestroying(aura::Window* window) override; // The RootWindow to disable Tooltips on; NULL if the Window passed to the // constructor was not in a root or the root has been destroyed. -- cgit v1.1