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

Unified Diff: content/public/android/java/src/org/chromium/content/browser/LocationProviderFactory.java

Issue 2192683003: Revert of Reland: Geolocation: move from content/browser to device/ (patchset #2 id:20001 of https:… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2810
Patch Set: 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: content/public/android/java/src/org/chromium/content/browser/LocationProviderFactory.java
diff --git a/device/geolocation/android/java/org/chromium/device/geolocation/LocationProviderFactory.java b/content/public/android/java/src/org/chromium/content/browser/LocationProviderFactory.java
similarity index 98%
rename from device/geolocation/android/java/org/chromium/device/geolocation/LocationProviderFactory.java
rename to content/public/android/java/src/org/chromium/content/browser/LocationProviderFactory.java
index 409b57f1ebfae3380c271cf5adc81a3ce201ef94..a9e74d93e09e415fee9f8dba27f42e22610617a7 100644
--- a/device/geolocation/android/java/org/chromium/device/geolocation/LocationProviderFactory.java
+++ b/content/public/android/java/src/org/chromium/content/browser/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.device.geolocation;
+package org.chromium.content.browser;
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