| Index: ash/wm/overview/window_selector.h
|
| diff --git a/ash/common/wm/overview/window_selector.h b/ash/wm/overview/window_selector.h
|
| similarity index 97%
|
| rename from ash/common/wm/overview/window_selector.h
|
| rename to ash/wm/overview/window_selector.h
|
| index a5cb74386e85c081ecb2aa3dd8cc009bc8a9c381..080732cdf2b2a7cb6f25098550d571b59dea5748 100644
|
| --- a/ash/common/wm/overview/window_selector.h
|
| +++ b/ash/wm/overview/window_selector.h
|
| @@ -2,8 +2,8 @@
|
| // 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_H_
|
| -#define ASH_COMMON_WM_OVERVIEW_WINDOW_SELECTOR_H_
|
| +#ifndef ASH_WM_OVERVIEW_WINDOW_SELECTOR_H_
|
| +#define ASH_WM_OVERVIEW_WINDOW_SELECTOR_H_
|
|
|
| #include <stddef.h>
|
| #include <stdint.h>
|
| @@ -13,7 +13,7 @@
|
| #include <vector>
|
|
|
| #include "ash/ash_export.h"
|
| -#include "ash/common/wm_activation_observer.h"
|
| +#include "ash/wm_activation_observer.h"
|
| #include "base/macros.h"
|
| #include "base/time/time.h"
|
| #include "ui/aura/window_observer.h"
|
| @@ -197,4 +197,4 @@ class ASH_EXPORT WindowSelector : public display::DisplayObserver,
|
|
|
| } // namespace ash
|
|
|
| -#endif // ASH_COMMON_WM_OVERVIEW_WINDOW_SELECTOR_H_
|
| +#endif // ASH_WM_OVERVIEW_WINDOW_SELECTOR_H_
|
|
|