| Index: ash/common/wm/wm_window_tracker.h
|
| diff --git a/ash/wm/common/wm_window_tracker.h b/ash/common/wm/wm_window_tracker.h
|
| similarity index 62%
|
| rename from ash/wm/common/wm_window_tracker.h
|
| rename to ash/common/wm/wm_window_tracker.h
|
| index 7909b07d3f3da0407959a47ba5faef213f2b4ad5..cb3840ce37bb80926765b576758cd8fcddd69cff 100644
|
| --- a/ash/wm/common/wm_window_tracker.h
|
| +++ b/ash/common/wm/wm_window_tracker.h
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef ASH_WM_COMMON_WM_WINDOW_TRACKER_H_
|
| -#define ASH_WM_COMMON_WM_WINDOW_TRACKER_H_
|
| +#ifndef ASH_COMMON_WM_WM_WINDOW_TRACKER_H_
|
| +#define ASH_COMMON_WM_WM_WINDOW_TRACKER_H_
|
|
|
| -#include "ash/wm/common/wm_window.h"
|
| -#include "ash/wm/common/wm_window_observer.h"
|
| +#include "ash/common/wm/wm_window.h"
|
| +#include "ash/common/wm/wm_window_observer.h"
|
| #include "ui/base/window_tracker_template.h"
|
|
|
| namespace ash {
|
| @@ -17,4 +17,4 @@ using WmWindowTracker = ui::WindowTrackerTemplate<WmWindow, WmWindowObserver>;
|
| } // namespace wm
|
| } // namespace ash
|
|
|
| -#endif // ASH_WM_COMMON_WM_WINDOW_TRACKER_H_
|
| +#endif // ASH_COMMON_WM_WM_WINDOW_TRACKER_H_
|
|
|