| Index: ash/wm/overview/window_selector_controller.h
|
| diff --git a/ash/common/wm/overview/window_selector_controller.h b/ash/wm/overview/window_selector_controller.h
|
| similarity index 89%
|
| rename from ash/common/wm/overview/window_selector_controller.h
|
| rename to ash/wm/overview/window_selector_controller.h
|
| index 830ee921100c252f3f0975b0133967c5c9354699..83dcdb3903c0592d7451e9b648365f469c72f709 100644
|
| --- a/ash/common/wm/overview/window_selector_controller.h
|
| +++ b/ash/wm/overview/window_selector_controller.h
|
| @@ -2,16 +2,16 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef ASH_COMMON_WM_OVERVIEW_WINDOW_SELECTOR_CONTROLLER_H_
|
| -#define ASH_COMMON_WM_OVERVIEW_WINDOW_SELECTOR_CONTROLLER_H_
|
| +#ifndef ASH_WM_OVERVIEW_WINDOW_SELECTOR_CONTROLLER_H_
|
| +#define ASH_WM_OVERVIEW_WINDOW_SELECTOR_CONTROLLER_H_
|
|
|
| #include <list>
|
| #include <memory>
|
| #include <vector>
|
|
|
| #include "ash/ash_export.h"
|
| -#include "ash/common/wm/overview/window_selector.h"
|
| -#include "ash/common/wm/overview/window_selector_delegate.h"
|
| +#include "ash/wm/overview/window_selector.h"
|
| +#include "ash/wm/overview/window_selector_delegate.h"
|
| #include "base/macros.h"
|
| #include "base/time/time.h"
|
|
|
| @@ -75,4 +75,4 @@ class ASH_EXPORT WindowSelectorController : public WindowSelectorDelegate {
|
|
|
| } // namespace ash
|
|
|
| -#endif // ASH_COMMON_WM_OVERVIEW_WINDOW_SELECTOR_CONTROLLER_H_
|
| +#endif // ASH_WM_OVERVIEW_WINDOW_SELECTOR_CONTROLLER_H_
|
|
|