| Index: athena/system/system_ui_impl.cc
|
| diff --git a/athena/system/system_ui_impl.cc b/athena/system/system_ui_impl.cc
|
| index 79e298cd27389f23d864318ab32b8555b5c6259f..208192101ec8114884b680370f8a08f2f785df5c 100644
|
| --- a/athena/system/system_ui_impl.cc
|
| +++ b/athena/system/system_ui_impl.cc
|
| @@ -4,8 +4,6 @@
|
|
|
| #include "athena/system/public/system_ui.h"
|
|
|
| -#include "athena/common/container_priorities.h"
|
| -#include "athena/common/fill_layout_manager.h"
|
| #include "athena/screen/public/screen_manager.h"
|
| #include "athena/system/background_controller.h"
|
| #include "athena/system/device_socket_listener.h"
|
| @@ -13,6 +11,8 @@
|
| #include "athena/system/power_button_controller.h"
|
| #include "athena/system/status_icon_container_view.h"
|
| #include "athena/system/time_view.h"
|
| +#include "athena/util/container_priorities.h"
|
| +#include "athena/util/fill_layout_manager.h"
|
| #include "base/logging.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/scoped_ptr.h"
|
|
|