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

Unified Diff: android_webview/browser/popup_touch_handle_drawable.cc

Issue 2863233002: [WebView] Move files from native to browser (Closed)
Patch Set: Created 3 years, 7 months 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
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);
}

Powered by Google App Engine
This is Rietveld 408576698