| Index: ash/touch/touch_hud_debug.cc
|
| diff --git a/ash/touch/touch_hud_debug.cc b/ash/touch/touch_hud_debug.cc
|
| index b22d9cd9616976aadc06aea53a631926ea20650d..6c72ff4d31af8c17d3f0df5848a33c008780f0d3 100644
|
| --- a/ash/touch/touch_hud_debug.cc
|
| +++ b/ash/touch/touch_hud_debug.cc
|
| @@ -8,7 +8,6 @@
|
| #include <string>
|
| #include <vector>
|
|
|
| -#include "ash/display/display_manager.h"
|
| #include "ash/root_window_controller.h"
|
| #include "ash/shell.h"
|
| #include "base/json/json_string_value_serializer.h"
|
| @@ -18,6 +17,7 @@
|
| #include "third_party/skia/include/core/SkPath.h"
|
| #include "ui/aura/window_event_dispatcher.h"
|
| #include "ui/display/display.h"
|
| +#include "ui/display/manager/display_manager.h"
|
| #include "ui/events/event.h"
|
| #include "ui/gfx/animation/animation_delegate.h"
|
| #include "ui/gfx/canvas.h"
|
|
|