| Index: content/public/browser/android/popup_touch_handle_drawable.cc
|
| diff --git a/content/browser/android/popup_touch_handle_drawable.cc b/content/public/browser/android/popup_touch_handle_drawable.cc
|
| similarity index 98%
|
| rename from content/browser/android/popup_touch_handle_drawable.cc
|
| rename to content/public/browser/android/popup_touch_handle_drawable.cc
|
| index 17cc54905b3a230c107beb3a8bef6875e0e51794..f197cc7104184a03316d8458a14fde1f362943ec 100644
|
| --- a/content/browser/android/popup_touch_handle_drawable.cc
|
| +++ b/content/public/browser/android/popup_touch_handle_drawable.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/android/popup_touch_handle_drawable.h"
|
| +#include "content/public/browser/android/popup_touch_handle_drawable.h"
|
|
|
| #include "content/public/browser/android/content_view_core.h"
|
| #include "jni/PopupTouchHandleDrawable_jni.h"
|
|
|