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 4d30a3f13bb4a268aa419e104c4eda0afda4ef16..de8293da5d852e8d26753cd107b00234c5e58eec 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) { |