Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(273)

Unified Diff: trunk/src/ash/wm/partial_screenshot_view_unittest.cc

Issue 413983006: Revert 285209 "Cleanups for aura/test/event_generator.h (resolve..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: trunk/src/ash/wm/partial_screenshot_view_unittest.cc
===================================================================
--- trunk/src/ash/wm/partial_screenshot_view_unittest.cc (revision 285220)
+++ trunk/src/ash/wm/partial_screenshot_view_unittest.cc (working copy)
@@ -9,8 +9,8 @@
#include "ash/shell_window_ids.h"
#include "ash/test/ash_test_base.h"
#include "ash/test/test_screenshot_delegate.h"
+#include "ui/aura/test/event_generator.h"
#include "ui/aura/window_event_dispatcher.h"
-#include "ui/events/test/event_generator.h"
namespace ash {
@@ -35,7 +35,7 @@
};
TEST_F(PartialScreenshotViewTest, BasicMouse) {
- ui::test::EventGenerator generator(Shell::GetPrimaryRootWindow());
+ aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow());
generator.MoveMouseTo(100, 100);
generator.PressLeftButton();
@@ -53,7 +53,7 @@
}
TEST_F(PartialScreenshotViewTest, BasicTouch) {
- ui::test::EventGenerator generator(Shell::GetPrimaryRootWindow());
+ aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow());
generator.set_current_location(gfx::Point(100,100));
generator.GestureTapDownAndUp(gfx::Point(100,100));
« no previous file with comments | « trunk/src/ash/wm/panels/panel_layout_manager_unittest.cc ('k') | trunk/src/ash/wm/resize_shadow_and_cursor_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698