| Index: ash/system/status_area_widget.cc
|
| diff --git a/ash/system/status_area_widget.cc b/ash/system/status_area_widget.cc
|
| index a9297f8402cf71174cd537bb360c9e7a9a26da77..224dfc0a98d967aa939d3a258cd96739eb7d06bb 100644
|
| --- a/ash/system/status_area_widget.cc
|
| +++ b/ash/system/status_area_widget.cc
|
| @@ -5,8 +5,8 @@
|
| #include "ash/system/status_area_widget.h"
|
|
|
| #include "ash/common/shell_window_ids.h"
|
| -#include "ash/common/wm/wm_root_window_controller.h"
|
| -#include "ash/common/wm/wm_window.h"
|
| +#include "ash/common/wm_root_window_controller.h"
|
| +#include "ash/common/wm_window.h"
|
| #include "ash/shelf/shelf_layout_manager.h"
|
| #include "ash/shelf/shelf_widget.h"
|
| #include "ash/shell.h"
|
| @@ -26,7 +26,7 @@
|
|
|
| namespace ash {
|
|
|
| -StatusAreaWidget::StatusAreaWidget(wm::WmWindow* status_container,
|
| +StatusAreaWidget::StatusAreaWidget(WmWindow* status_container,
|
| ShelfWidget* shelf_widget)
|
| : status_area_widget_delegate_(new StatusAreaWidgetDelegate),
|
| overview_button_tray_(NULL),
|
|
|