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

Unified Diff: content/browser/geolocation/geolocation_service_impl.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/geolocation_service_impl.cc
diff --git a/device/geolocation/geolocation_service_impl.cc b/content/browser/geolocation/geolocation_service_impl.cc
similarity index 96%
rename from device/geolocation/geolocation_service_impl.cc
rename to content/browser/geolocation/geolocation_service_impl.cc
index f6f493cbc60e995447f46d5ce08110c2ac88e7c8..e05dda47cdc3f53fe1f4b7abd2202b80126e35e5 100644
--- a/device/geolocation/geolocation_service_impl.cc
+++ b/content/browser/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 "device/geolocation/geolocation_service_impl.h"
+#include "content/browser/geolocation/geolocation_service_impl.h"
#include <utility>
#include "base/bind.h"
#include "base/metrics/histogram.h"
-#include "device/geolocation/geolocation_service_context.h"
+#include "content/browser/geolocation/geolocation_service_context.h"
-namespace device {
+namespace content {
namespace {
@@ -192,4 +192,4 @@ void GeolocationServiceImpl::ReportCurrentPosition() {
has_position_to_report_ = false;
}
-} // namespace device
+} // namespace content
« no previous file with comments | « content/browser/geolocation/geolocation_service_impl.h ('k') | content/browser/geolocation/location_api_adapter_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698