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

Unified Diff: content/public/test/android/javatests/src/org/chromium/content/browser/test/util/MockLocationProvider.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
« no previous file with comments | « content/public/test/android/BUILD.gn ('k') | content/public/test/content_test_suite_base.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/test/android/javatests/src/org/chromium/content/browser/test/util/MockLocationProvider.java
diff --git a/device/geolocation/android/java/org/chromium/device/geolocation/MockLocationProvider.java b/content/public/test/android/javatests/src/org/chromium/content/browser/test/util/MockLocationProvider.java
similarity index 93%
rename from device/geolocation/android/java/org/chromium/device/geolocation/MockLocationProvider.java
rename to content/public/test/android/javatests/src/org/chromium/content/browser/test/util/MockLocationProvider.java
index dcfab37c59c5a6f5a40ef0124fdf9d26d4ca6026..1d7f43bb57d82ad0e9d879aa6bf1cc20e37085a0 100644
--- a/device/geolocation/android/java/org/chromium/device/geolocation/MockLocationProvider.java
+++ b/content/public/test/android/javatests/src/org/chromium/content/browser/test/util/MockLocationProvider.java
@@ -2,12 +2,15 @@
// 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.test.util;
import android.os.Handler;
import android.os.HandlerThread;
import android.os.Message;
+import org.chromium.content.browser.LocationProviderAdapter;
+import org.chromium.content.browser.LocationProviderFactory;
+
/**
* A mock location provider. When started, runs a background thread that periodically
* posts location updates. This does not involve any system Location APIs and thus
« no previous file with comments | « content/public/test/android/BUILD.gn ('k') | content/public/test/content_test_suite_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698