Index: trunk/src/ash/system/web_notification/web_notification_tray_unittest.cc |
=================================================================== |
--- trunk/src/ash/system/web_notification/web_notification_tray_unittest.cc (revision 285220) |
+++ trunk/src/ash/system/web_notification/web_notification_tray_unittest.cc (working copy) |
@@ -22,8 +22,8 @@ |
#include "base/strings/stringprintf.h" |
#include "base/strings/utf_string_conversions.h" |
#include "ui/aura/client/aura_constants.h" |
+#include "ui/aura/test/event_generator.h" |
#include "ui/aura/window.h" |
-#include "ui/events/test/event_generator.h" |
#include "ui/gfx/display.h" |
#include "ui/gfx/screen.h" |
#include "ui/message_center/message_center_style.h" |
@@ -437,7 +437,7 @@ |
EXPECT_EQ(bottom_auto_hidden, bottom_fullscreen_hidden); |
// Move the mouse cursor at the bottom, which shows the shelf. |
- ui::test::EventGenerator generator(Shell::GetPrimaryRootWindow()); |
+ aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow()); |
gfx::Point bottom_right = |
Shell::GetScreen()->GetPrimaryDisplay().bounds().bottom_right(); |
bottom_right.Offset(-1, -1); |