| Index: ash/system/status_area_layout_manager.cc
|
| diff --git a/ash/common/system/status_area_layout_manager.cc b/ash/system/status_area_layout_manager.cc
|
| similarity index 89%
|
| rename from ash/common/system/status_area_layout_manager.cc
|
| rename to ash/system/status_area_layout_manager.cc
|
| index ea622b22d7a6c58bea505784135bf07afb472d0b..f0959959d5328eca8534981379a7975827dfd4b1 100644
|
| --- a/ash/common/system/status_area_layout_manager.cc
|
| +++ b/ash/system/status_area_layout_manager.cc
|
| @@ -2,12 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ash/common/system/status_area_layout_manager.h"
|
| +#include "ash/system/status_area_layout_manager.h"
|
|
|
| -#include "ash/common/shelf/shelf_layout_manager.h"
|
| -#include "ash/common/shelf/shelf_widget.h"
|
| -#include "ash/common/system/status_area_widget.h"
|
| -#include "ash/common/wm_window.h"
|
| +#include "ash/shelf/shelf_layout_manager.h"
|
| +#include "ash/shelf/shelf_widget.h"
|
| +#include "ash/system/status_area_widget.h"
|
| +#include "ash/wm_window.h"
|
| #include "base/auto_reset.h"
|
|
|
| namespace ash {
|
|
|