| Index: athena/wm/window_list_provider_impl.h
|
| diff --git a/athena/wm/window_list_provider_impl.h b/athena/wm/window_list_provider_impl.h
|
| index af0ad7fa61488ebc7207e7e579c3dc9349307f05..7d08a9d940bd02ea71fecc354cf40697c8abb327 100644
|
| --- a/athena/wm/window_list_provider_impl.h
|
| +++ b/athena/wm/window_list_provider_impl.h
|
| @@ -29,7 +29,6 @@ class ATHENA_EXPORT WindowListProviderImpl : public WindowListProvider,
|
| virtual const aura::Window::Windows& GetWindowList() const OVERRIDE;
|
| virtual bool IsWindowInList(aura::Window* window) const OVERRIDE;
|
| virtual bool IsValidWindow(aura::Window* window) const OVERRIDE;
|
| - virtual void MoveToFront(aura::Window* window) OVERRIDE;
|
| virtual void StackWindowFrontOf(aura::Window* window,
|
| aura::Window*reference_window) OVERRIDE;
|
| virtual void StackWindowBehindTo(aura::Window* window,
|
|
|