| Index: ash/display/mirror_window_controller.h
|
| diff --git a/ash/display/mirror_window_controller.h b/ash/display/mirror_window_controller.h
|
| index beb703ad577e29b6d69bf5f5aa5100350660fce8..6a3f697c28c409b1ac87df830633e914a9a41245 100644
|
| --- a/ash/display/mirror_window_controller.h
|
| +++ b/ash/display/mirror_window_controller.h
|
| @@ -50,7 +50,7 @@ class ASH_EXPORT MirrorWindowController : public aura::WindowTreeHostObserver {
|
| void Close();
|
|
|
| // aura::WindowTreeHostObserver overrides:
|
| - virtual void OnHostResized(const aura::WindowTreeHost* host) OVERRIDE;
|
| + virtual void OnHostResized(const aura::WindowTreeHost* host) override;
|
|
|
| // Return the root window used to mirror the content. NULL if the
|
| // display is not mirrored by the compositor path.
|
|
|