| Index: ash/system/status_area_layout_manager.cc
|
| diff --git a/ash/system/status_area_layout_manager.cc b/ash/system/status_area_layout_manager.cc
|
| index ac9a6ea487acbb515909325e9c537dbad508fbfa..ec65ee26bbc6b833b191f598c0ee8c75d1c055b9 100644
|
| --- a/ash/system/status_area_layout_manager.cc
|
| +++ b/ash/system/status_area_layout_manager.cc
|
| @@ -4,9 +4,9 @@
|
|
|
| #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/wm_window.h"
|
| +#include "ash/shelf/shelf_layout_manager.h"
|
| +#include "ash/shelf/shelf_widget.h"
|
| #include "ash/system/status_area_widget.h"
|
| #include "base/auto_reset.h"
|
|
|
|
|