| Index: ash/shell.cc
|
| diff --git a/ash/shell.cc b/ash/shell.cc
|
| index e117dbda8d15cbe97fb5dbe216f70130e956c5a1..6f64011d9d6fcd1587fa62c87a3f506db1de1a04 100644
|
| --- a/ash/shell.cc
|
| +++ b/ash/shell.cc
|
| @@ -15,6 +15,7 @@
|
| #include "ash/autoclick/autoclick_controller.h"
|
| #include "ash/common/accelerators/accelerator_controller.h"
|
| #include "ash/common/ash_switches.h"
|
| +#include "ash/common/frame/custom_frame_view_ash.h"
|
| #include "ash/common/gpu_support.h"
|
| #include "ash/common/keyboard/keyboard_ui.h"
|
| #include "ash/common/login_status.h"
|
| @@ -47,7 +48,6 @@
|
| #include "ash/display/window_tree_host_manager.h"
|
| #include "ash/drag_drop/drag_drop_controller.h"
|
| #include "ash/first_run/first_run_helper_impl.h"
|
| -#include "ash/frame/custom_frame_view_ash.h"
|
| #include "ash/high_contrast/high_contrast_controller.h"
|
| #include "ash/host/ash_window_tree_host_init_params.h"
|
| #include "ash/ime/input_method_event_handler.h"
|
|
|