| Index: ash/common/wm_window.h
|
| diff --git a/ash/wm_window.h b/ash/common/wm_window.h
|
| similarity index 99%
|
| rename from ash/wm_window.h
|
| rename to ash/common/wm_window.h
|
| index 74a39887e50639e7740f353f8bee6f586c7ba89c..4b08cb36242f7cdeb6769a66d45ed502788db94f 100644
|
| --- a/ash/wm_window.h
|
| +++ b/ash/common/wm_window.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_WM_WINDOW_H_
|
| -#define ASH_WM_WINDOW_H_
|
| +#ifndef ASH_COMMON_WM_WINDOW_H_
|
| +#define ASH_COMMON_WM_WINDOW_H_
|
|
|
| #include <memory>
|
| #include <vector>
|
| @@ -388,4 +388,4 @@ class ASH_EXPORT WmWindow : public aura::WindowObserver,
|
|
|
| } // namespace ash
|
|
|
| -#endif // ASH_WM_WINDOW_H_
|
| +#endif // ASH_COMMON_WM_WINDOW_H_
|
|
|