| 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;
|
|
|