| Index: chrome/browser/ui/views/frame/browser_frame_ashwin.h
|
| diff --git a/chrome/browser/ui/views/frame/browser_frame_ashwin.h b/chrome/browser/ui/views/frame/browser_frame_ashwin.h
|
| index 5abc721b7692bede1bff6f92137a72185d842b73..8bad8eefea7f44ad495aaac8762151b5be69cccd 100644
|
| --- a/chrome/browser/ui/views/frame/browser_frame_ashwin.h
|
| +++ b/chrome/browser/ui/views/frame/browser_frame_ashwin.h
|
| @@ -18,7 +18,7 @@ class BrowserFrameAshWin : public BrowserFrameAsh {
|
|
|
| // Overridden from aura::client::ActivationChangeObserver:
|
| virtual void OnWindowFocused(aura::Window* gained_focus,
|
| - aura::Window* lost_focus) OVERRIDE;
|
| + aura::Window* lost_focus) override;
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(BrowserFrameAshWin);
|
| };
|
|
|