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

Unified Diff: device/geolocation/android/java/org/chromium/device/geolocation/LocationProviderFactory.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/LocationProviderFactory.java
diff --git a/content/public/android/java/src/org/chromium/content/browser/LocationProviderFactory.java b/device/geolocation/android/java/org/chromium/device/geolocation/LocationProviderFactory.java
similarity index 98%
rename from content/public/android/java/src/org/chromium/content/browser/LocationProviderFactory.java
rename to device/geolocation/android/java/org/chromium/device/geolocation/LocationProviderFactory.java
index a9e74d93e09e415fee9f8dba27f42e22610617a7..409b57f1ebfae3380c271cf5adc81a3ce201ef94 100644
--- a/content/public/android/java/src/org/chromium/content/browser/LocationProviderFactory.java
+++ b/device/geolocation/android/java/org/chromium/device/geolocation/LocationProviderFactory.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;
import android.location.Criteria;
@@ -58,7 +58,7 @@ public class LocationProviderFactory {
implements LocationListener, LocationProviderFactory.LocationProvider {
// Log tag
- private static final String TAG = "cr.LocationProvider";
+ private static final String TAG = "cr_LocationProvider";
private Context mContext;
private LocationManager mLocationManager;

Powered by Google App Engine
This is Rietveld 408576698