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

Unified Diff: device/geolocation/geolocation_service_context.cc

Issue 2176753003: Geolocation: move from content/browser to device/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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: device/geolocation/geolocation_service_context.cc
diff --git a/content/browser/geolocation/geolocation_service_context.cc b/device/geolocation/geolocation_service_context.cc
similarity index 90%
rename from content/browser/geolocation/geolocation_service_context.cc
rename to device/geolocation/geolocation_service_context.cc
index 1b69b1efa8d9077cacc53abd11d52a3de90aee2b..b20d6d46de04338f350551b90739e3cc22038d9a 100644
--- a/content/browser/geolocation/geolocation_service_context.cc
+++ b/device/geolocation/geolocation_service_context.cc
@@ -2,11 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "content/browser/geolocation/geolocation_service_context.h"
+#include "device/geolocation/public/cpp/geolocation_service_context.h"
#include <utility>
-namespace content {
+#include "device/geolocation/geolocation_service_impl.h"
+
+namespace device {
GeolocationServiceContext::GeolocationServiceContext() : paused_(false) {
}
@@ -61,4 +63,4 @@ void GeolocationServiceContext::ClearOverride() {
}
}
-} // namespace content
+} // namespace device

Powered by Google App Engine
This is Rietveld 408576698