| Index: ash/wm/window_cycle_event_filter.h
|
| diff --git a/ash/common/wm/window_cycle_event_filter.h b/ash/wm/window_cycle_event_filter.h
|
| similarity index 75%
|
| rename from ash/common/wm/window_cycle_event_filter.h
|
| rename to ash/wm/window_cycle_event_filter.h
|
| index 119179ff6d26278314f222ad2ac2978cce462204..711aca2f5cda55bbababaedbb06afb2cac706606 100644
|
| --- a/ash/common/wm/window_cycle_event_filter.h
|
| +++ b/ash/wm/window_cycle_event_filter.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_WINDOW_CYCLE_EVENT_FILTER_H_
|
| -#define ASH_COMMON_WM_WINDOW_CYCLE_EVENT_FILTER_H_
|
| +#ifndef ASH_WM_WINDOW_CYCLE_EVENT_FILTER_H_
|
| +#define ASH_WM_WINDOW_CYCLE_EVENT_FILTER_H_
|
|
|
| #include "ash/ash_export.h"
|
|
|
| @@ -18,4 +18,4 @@ class ASH_EXPORT WindowCycleEventFilter {
|
|
|
| } // namepsace ash
|
|
|
| -#endif // ASH_COMMON_WM_WINDOW_CYCLE_EVENT_FILTER_H_
|
| +#endif // ASH_WM_WINDOW_CYCLE_EVENT_FILTER_H_
|
|
|