| Index: ash/system/status_area_layout_manager.h
|
| diff --git a/ash/common/system/status_area_layout_manager.h b/ash/system/status_area_layout_manager.h
|
| similarity index 83%
|
| rename from ash/common/system/status_area_layout_manager.h
|
| rename to ash/system/status_area_layout_manager.h
|
| index c4e705812703c01873dbe357ba767a12283304c2..2d1fecb808e51eab5f747936648efe8d02a33aee 100644
|
| --- a/ash/common/system/status_area_layout_manager.h
|
| +++ b/ash/system/status_area_layout_manager.h
|
| @@ -2,10 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef ASH_COMMON_SYSTEM_STATUS_AREA_LAYOUT_MANAGER_H_
|
| -#define ASH_COMMON_SYSTEM_STATUS_AREA_LAYOUT_MANAGER_H_
|
| +#ifndef ASH_SYSTEM_STATUS_AREA_LAYOUT_MANAGER_H_
|
| +#define ASH_SYSTEM_STATUS_AREA_LAYOUT_MANAGER_H_
|
|
|
| -#include "ash/common/wm/wm_snap_to_pixel_layout_manager.h"
|
| +#include "ash/wm/wm_snap_to_pixel_layout_manager.h"
|
| #include "base/macros.h"
|
|
|
| namespace ash {
|
| @@ -41,4 +41,4 @@ class StatusAreaLayoutManager : public wm::WmSnapToPixelLayoutManager {
|
|
|
| } // namespace ash
|
|
|
| -#endif // ASH_COMMON_SYSTEM_STATUS_AREA_LAYOUT_MANAGER_H_
|
| +#endif // ASH_SYSTEM_STATUS_AREA_LAYOUT_MANAGER_H_
|
|
|