| Index: ui/views/mouse_watcher.cc
|
| diff --git a/ui/views/mouse_watcher.cc b/ui/views/mouse_watcher.cc
|
| index 40ed38342d8e5b4ecbd67a4c38bb4ec3aa61b2f8..ba0ea3663924b4ce5aba63d1721202ed34605ed2 100644
|
| --- a/ui/views/mouse_watcher.cc
|
| +++ b/ui/views/mouse_watcher.cc
|
| @@ -9,16 +9,13 @@
|
| #include "base/event_types.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "base/message_loop/message_loop.h"
|
| -#include "ui/events/event_constants.h"
|
| -#include "ui/events/event_utils.h"
|
| -#include "ui/gfx/screen.h"
|
| -
|
| -#if defined(USE_AURA)
|
| #include "ui/aura/env.h"
|
| #include "ui/aura/window.h"
|
| #include "ui/events/event.h"
|
| +#include "ui/events/event_constants.h"
|
| #include "ui/events/event_handler.h"
|
| -#endif
|
| +#include "ui/events/event_utils.h"
|
| +#include "ui/gfx/screen.h"
|
|
|
| namespace views {
|
|
|
|
|