| Index: ash/common/wm/fullscreen_window_finder.h
|
| diff --git a/ash/wm/common/fullscreen_window_finder.h b/ash/common/wm/fullscreen_window_finder.h
|
| similarity index 76%
|
| rename from ash/wm/common/fullscreen_window_finder.h
|
| rename to ash/common/wm/fullscreen_window_finder.h
|
| index efac0ed402129ca81e88206e5373bf54c79a1f03..ecbe8b7be186f1ead482800530fe42e2548efea5 100644
|
| --- a/ash/wm/common/fullscreen_window_finder.h
|
| +++ b/ash/common/wm/fullscreen_window_finder.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_COMMON_FULLSCREEN_WINDOW_FINDER_H_
|
| -#define ASH_WM_COMMON_FULLSCREEN_WINDOW_FINDER_H_
|
| +#ifndef ASH_COMMON_WM_FULLSCREEN_WINDOW_FINDER_H_
|
| +#define ASH_COMMON_WM_FULLSCREEN_WINDOW_FINDER_H_
|
|
|
| #include "ash/ash_export.h"
|
|
|
| @@ -19,4 +19,4 @@ ASH_EXPORT WmWindow* GetWindowForFullscreenMode(WmWindow* context);
|
| } // namespace wm
|
| } // namespace ash
|
|
|
| -#endif // ASH_WM_COMMON_FULLSCREEN_WINDOW_FINDER_H_
|
| +#endif // ASH_COMMON_WM_FULLSCREEN_WINDOW_FINDER_H_
|
|
|