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

Unified Diff: content/browser/geolocation/mock_location_provider.cc

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/browser/geolocation/mock_location_provider.cc
diff --git a/device/geolocation/mock_location_provider.cc b/content/browser/geolocation/mock_location_provider.cc
similarity index 97%
rename from device/geolocation/mock_location_provider.cc
rename to content/browser/geolocation/mock_location_provider.cc
index 8190c5a2483530f7ba10bc79cdb679f60ee92d17..55b79a6b3520b0b2cf4cb244947f90ccec0827b7 100644
--- a/device/geolocation/mock_location_provider.cc
+++ b/content/browser/geolocation/mock_location_provider.cc
@@ -5,7 +5,7 @@
// This file implements a mock location provider and the factory functions for
// various ways of creating it.
-#include "device/geolocation/mock_location_provider.h"
+#include "content/browser/geolocation/mock_location_provider.h"
#include "base/bind.h"
#include "base/bind_helpers.h"
@@ -15,7 +15,7 @@
#include "base/memory/weak_ptr.h"
#include "base/threading/thread_task_runner_handle.h"
-namespace device {
+namespace content {
MockLocationProvider::MockLocationProvider()
: state_(STOPPED),
@@ -121,4 +121,4 @@ LocationProvider* NewAutoSuccessMockNetworkLocationProvider() {
return new AutoMockLocationProvider(true, true);
}
-} // namespace device
+} // namespace content
« no previous file with comments | « content/browser/geolocation/mock_location_provider.h ('k') | content/browser/geolocation/network_location_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698