Index: android_webview/browser/popup_touch_handle_drawable.cc |
diff --git a/android_webview/native/popup_touch_handle_drawable.cc b/android_webview/browser/popup_touch_handle_drawable.cc |
similarity index 95% |
rename from android_webview/native/popup_touch_handle_drawable.cc |
rename to android_webview/browser/popup_touch_handle_drawable.cc |
index 0ba52f1b45a6b85ba8542bd18cd8dad57da375ac..3bd0bc623078d0a434dfeb0a75ba8c7db111cede 100644 |
--- a/android_webview/native/popup_touch_handle_drawable.cc |
+++ b/android_webview/browser/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 "android_webview/native/popup_touch_handle_drawable.h" |
+#include "android_webview/browser/popup_touch_handle_drawable.h" |
#include "jni/PopupTouchHandleDrawable_jni.h" |
@@ -15,8 +15,8 @@ PopupTouchHandleDrawable::PopupTouchHandleDrawable( |
JNIEnv* env, |
jobject obj, |
float horizontal_padding_ratio) |
- : java_ref_(env, obj) |
- , drawable_horizontal_padding_ratio_(horizontal_padding_ratio) { |
+ : java_ref_(env, obj), |
+ drawable_horizontal_padding_ratio_(horizontal_padding_ratio) { |
DCHECK(obj); |
} |