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

Unified Diff: android_webview/java/src/org/chromium/android_webview/permission/AwGeolocationCallback.java

Issue 2282183002: android: Move CleanupReference to android_webview (Closed)
Patch Set: Created 4 years, 4 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/java/src/org/chromium/android_webview/permission/AwGeolocationCallback.java
diff --git a/android_webview/java/src/org/chromium/android_webview/permission/AwGeolocationCallback.java b/android_webview/java/src/org/chromium/android_webview/permission/AwGeolocationCallback.java
index ef084f7c2807aa21a3bba30b58e67af804debbfb..ccadfa080e19424837074bc49af98d76927bf7bd 100644
--- a/android_webview/java/src/org/chromium/android_webview/permission/AwGeolocationCallback.java
+++ b/android_webview/java/src/org/chromium/android_webview/permission/AwGeolocationCallback.java
@@ -7,9 +7,9 @@ package org.chromium.android_webview.permission;
import android.webkit.GeolocationPermissions;
import org.chromium.android_webview.AwContents;
+import org.chromium.android_webview.CleanupReference;
import org.chromium.base.Log;
import org.chromium.base.ThreadUtils;
-import org.chromium.content.common.CleanupReference;
import java.lang.ref.WeakReference;

Powered by Google App Engine
This is Rietveld 408576698