| Index: ash/shell/window_type_launcher.cc
|
| diff --git a/ash/shell/window_type_launcher.cc b/ash/shell/window_type_launcher.cc
|
| index f3abad27a6fe7b610dbd7d4fbb2d20bcb13e5a31..27d1d9019a0ba9783fcad4df03fd52378ca48140 100644
|
| --- a/ash/shell/window_type_launcher.cc
|
| +++ b/ash/shell/window_type_launcher.cc
|
| @@ -5,17 +5,17 @@
|
| #include "ash/shell/window_type_launcher.h"
|
|
|
| #include "ash/shell.h"
|
| -#include "ash/shell_delegate.h"
|
| -#include "ash/shell_window_ids.h"
|
| #include "ash/shell/example_factory.h"
|
| #include "ash/shell/panel_window.h"
|
| #include "ash/shell/toplevel_window.h"
|
| +#include "ash/shell_delegate.h"
|
| +#include "ash/shell_window_ids.h"
|
| #include "ash/wm/shadow_types.h"
|
| #include "base/utf_string_conversions.h"
|
| #include "ui/aura/root_window.h"
|
| #include "ui/aura/window.h"
|
| +#include "ui/compositor/layer.h"
|
| #include "ui/gfx/canvas.h"
|
| -#include "ui/gfx/compositor/layer.h"
|
| #include "ui/views/controls/button/text_button.h"
|
| #include "ui/views/controls/menu/menu_item_view.h"
|
| #include "ui/views/controls/menu/menu_runner.h"
|
|
|