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

Unified Diff: device/geolocation/geolocation_service_impl.cc

Issue 2192683002: Reland 2:Geolocation: move from content/browser to device/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Ignore size_t_to_int truncation warning 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 | « device/geolocation/geolocation_service_impl.h ('k') | device/geolocation/geoposition.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/geolocation/geolocation_service_impl.cc
diff --git a/content/browser/geolocation/geolocation_service_impl.cc b/device/geolocation/geolocation_service_impl.cc
similarity index 96%
rename from content/browser/geolocation/geolocation_service_impl.cc
rename to device/geolocation/geolocation_service_impl.cc
index e05dda47cdc3f53fe1f4b7abd2202b80126e35e5..f6f493cbc60e995447f46d5ce08110c2ac88e7c8 100644
--- a/content/browser/geolocation/geolocation_service_impl.cc
+++ b/device/geolocation/geolocation_service_impl.cc
@@ -2,15 +2,15 @@
// 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_impl.h"
+#include "device/geolocation/geolocation_service_impl.h"
#include <utility>
#include "base/bind.h"
#include "base/metrics/histogram.h"
-#include "content/browser/geolocation/geolocation_service_context.h"
+#include "device/geolocation/geolocation_service_context.h"
-namespace content {
+namespace device {
namespace {
@@ -192,4 +192,4 @@ void GeolocationServiceImpl::ReportCurrentPosition() {
has_position_to_report_ = false;
}
-} // namespace content
+} // namespace device
« no previous file with comments | « device/geolocation/geolocation_service_impl.h ('k') | device/geolocation/geoposition.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698