diff options
Diffstat (limited to 'ash/wm/toplevel_layout_manager.cc')
-rw-r--r-- | ash/wm/toplevel_layout_manager.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ash/wm/toplevel_layout_manager.cc b/ash/wm/toplevel_layout_manager.cc index d56f30b..9f7601a 100644 --- a/ash/wm/toplevel_layout_manager.cc +++ b/ash/wm/toplevel_layout_manager.cc @@ -4,10 +4,10 @@ #include "ash/wm/toplevel_layout_manager.h" +#include "ash/wm/shelf_layout_manager.h" #include "ash/wm/window_util.h" #include "ui/aura/client/aura_constants.h" #include "ui/aura/window.h" -#include "ui/aura_shell/shelf_layout_manager.h" #include "ui/base/ui_base_types.h" #include "ui/gfx/screen.h" |