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

Unified Diff: content/public/android/java/src/org/chromium/content/browser/LocationProviderAdapter.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/LocationProviderAdapter.java
diff --git a/device/geolocation/android/java/org/chromium/device/geolocation/LocationProviderAdapter.java b/content/public/android/java/src/org/chromium/content/browser/LocationProviderAdapter.java
similarity index 96%
rename from device/geolocation/android/java/org/chromium/device/geolocation/LocationProviderAdapter.java
rename to content/public/android/java/src/org/chromium/content/browser/LocationProviderAdapter.java
index 5eb7ab5244a7f612d0c12e97a2e188d617468ed4..9b631e20fd097e959d78c31016b1652eccd02150 100644
--- a/device/geolocation/android/java/org/chromium/device/geolocation/LocationProviderAdapter.java
+++ b/content/public/android/java/src/org/chromium/content/browser/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.device.geolocation;
+package org.chromium.content.browser;
import android.content.Context;
@@ -33,7 +33,7 @@ public class LocationProviderAdapter {
}
@CalledByNative
- public static LocationProviderAdapter create(Context context) {
+ static LocationProviderAdapter create(Context context) {
return new LocationProviderAdapter(context);
}

Powered by Google App Engine
This is Rietveld 408576698