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

Unified Diff: ui/events/android/motion_event_android.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.h ('k') | ui/events/android/motion_event_android_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/android/motion_event_android.cc
diff --git a/content/browser/renderer_host/input/motion_event_android.cc b/ui/events/android/motion_event_android.cc
similarity index 99%
rename from content/browser/renderer_host/input/motion_event_android.cc
rename to ui/events/android/motion_event_android.cc
index 6392e906232c5fac34afc0f899fbac8cef5ddb33..324c3e7596e1ef035a76735542b14f59f1f089ed 100644
--- a/content/browser/renderer_host/input/motion_event_android.cc
+++ b/ui/events/android/motion_event_android.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "content/browser/renderer_host/input/motion_event_android.h"
+#include "ui/events/android/motion_event_android.h"
#include <android/input.h>
@@ -16,7 +16,7 @@
using base::android::AttachCurrentThread;
using namespace JNI_MotionEvent;
-namespace content {
+namespace ui {
namespace {
MotionEventAndroid::Action FromAndroidAction(int android_action) {
« no previous file with comments | « ui/events/android/motion_event_android.h ('k') | ui/events/android/motion_event_android_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698