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

Unified Diff: ui/events/android/motion_event_android_unittest.cc

Issue 1417173008: Move MotionEventAndroid to ui/events/android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Copyright date fix. Created 5 years, 1 month 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
« no previous file with comments | « ui/events/android/motion_event_android.cc ('k') | ui/events/events.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/android/motion_event_android_unittest.cc
diff --git a/content/browser/renderer_host/input/motion_event_android_unittest.cc b/ui/events/android/motion_event_android_unittest.cc
similarity index 98%
rename from content/browser/renderer_host/input/motion_event_android_unittest.cc
rename to ui/events/android/motion_event_android_unittest.cc
index c888aca61f9b1e688f43a4b575ef02cc8a438196..26d82e368c6b0071ba352189af039a3d9161376c 100644
--- a/content/browser/renderer_host/input/motion_event_android_unittest.cc
+++ b/ui/events/android/motion_event_android_unittest.cc
@@ -5,14 +5,14 @@
#include <android/input.h>
#include "base/android/jni_android.h"
-#include "content/browser/renderer_host/input/motion_event_android.h"
#include "testing/gtest/include/gtest/gtest.h"
+#include "ui/events/android/motion_event_android.h"
#include "ui/events/event_constants.h"
#include "ui/events/test/motion_event_test_utils.h"
-using ui::MotionEvent;
+namespace ui {
+class MotionEvent;
-namespace content {
namespace {
const float kPixToDip = 0.5f;
« no previous file with comments | « ui/events/android/motion_event_android.cc ('k') | ui/events/events.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698