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

Unified Diff: device/geolocation/android/java/org/chromium/device/geolocation/LocationProviderAdapter.java

Issue 2192683002: Reland 2:Geolocation: move from content/browser to device/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Ignore size_t_to_int truncation warning Created 4 years, 5 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: device/geolocation/android/java/org/chromium/device/geolocation/LocationProviderAdapter.java
diff --git a/content/public/android/java/src/org/chromium/content/browser/LocationProviderAdapter.java b/device/geolocation/android/java/org/chromium/device/geolocation/LocationProviderAdapter.java
similarity index 96%
rename from content/public/android/java/src/org/chromium/content/browser/LocationProviderAdapter.java
rename to device/geolocation/android/java/org/chromium/device/geolocation/LocationProviderAdapter.java
index 9b631e20fd097e959d78c31016b1652eccd02150..5eb7ab5244a7f612d0c12e97a2e188d617468ed4 100644
--- a/content/public/android/java/src/org/chromium/content/browser/LocationProviderAdapter.java
+++ b/device/geolocation/android/java/org/chromium/device/geolocation/LocationProviderAdapter.java
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-package org.chromium.content.browser;
+package org.chromium.device.geolocation;
import android.content.Context;
@@ -33,7 +33,7 @@ public class LocationProviderAdapter {
}
@CalledByNative
- static LocationProviderAdapter create(Context context) {
+ public static LocationProviderAdapter create(Context context) {
return new LocationProviderAdapter(context);
}

Powered by Google App Engine
This is Rietveld 408576698