| 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) {
|
|
|