diff options
Diffstat (limited to 'ash/shell/lock_view.cc')
-rw-r--r-- | ash/shell/lock_view.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ash/shell/lock_view.cc b/ash/shell/lock_view.cc index 5d17d8d..2cdb4b7 100644 --- a/ash/shell/lock_view.cc +++ b/ash/shell/lock_view.cc @@ -7,8 +7,8 @@ #include "ash/shell/example_factory.h" #include "ash/shell_window_ids.h" #include "base/strings/utf_string_conversions.h" -#include "ui/aura/root_window.h" #include "ui/aura/window.h" +#include "ui/aura/window_event_dispatcher.h" #include "ui/gfx/canvas.h" #include "ui/gfx/font_list.h" #include "ui/gfx/geometry/rect.h" |