| Index: athena/screen/screen_manager_impl.cc
|
| diff --git a/athena/screen/screen_manager_impl.cc b/athena/screen/screen_manager_impl.cc
|
| index bb177e789e7e0ccc57b5bff2dc3b9b555fdbd7b5..c8395a7590d3d9b205744d86cd97e99dd7bed749 100644
|
| --- a/athena/screen/screen_manager_impl.cc
|
| +++ b/athena/screen/screen_manager_impl.cc
|
| @@ -4,10 +4,10 @@
|
|
|
| #include "athena/screen/public/screen_manager.h"
|
|
|
| -#include "athena/common/container_priorities.h"
|
| -#include "athena/common/fill_layout_manager.h"
|
| #include "athena/input/public/accelerator_manager.h"
|
| #include "athena/screen/screen_accelerator_handler.h"
|
| +#include "athena/util/container_priorities.h"
|
| +#include "athena/util/fill_layout_manager.h"
|
| #include "base/logging.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "ui/aura/client/screen_position_client.h"
|
|
|