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

Unified Diff: content/browser/geolocation/geolocation_service_impl.h

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.h
diff --git a/device/geolocation/geolocation_service_impl.h b/content/browser/geolocation/geolocation_service_impl.h
similarity index 88%
rename from device/geolocation/geolocation_service_impl.h
rename to content/browser/geolocation/geolocation_service_impl.h
index 7cd3c6560ec68d4892bb1037ba90579cc16b8590..9265db3bd72751102ef8973526a781e7f224d767 100644
--- a/device/geolocation/geolocation_service_impl.h
+++ b/content/browser/geolocation/geolocation_service_impl.h
@@ -5,14 +5,14 @@
#include <memory>
#include "base/macros.h"
-#include "device/geolocation/geolocation_provider_impl.h"
+#include "content/browser/geolocation/geolocation_provider_impl.h"
#include "mojo/public/cpp/bindings/binding.h"
#include "third_party/WebKit/public/platform/modules/geolocation/geolocation.mojom.h"
-#ifndef DEVICE_GEOLOCATION_GEOLOCATION_SERVICE_IMPL_H_
-#define DEVICE_GEOLOCATION_GEOLOCATION_SERVICE_IMPL_H_
+#ifndef CONTENT_BROWSER_GEOLOCATION_GEOLOCATION_SERVICE_IMPL_H_
+#define CONTENT_BROWSER_GEOLOCATION_GEOLOCATION_SERVICE_IMPL_H_
-namespace device {
+namespace content {
class GeolocationProvider;
class GeolocationServiceContext;
@@ -79,6 +79,6 @@ class GeolocationServiceImpl : public blink::mojom::GeolocationService {
DISALLOW_COPY_AND_ASSIGN(GeolocationServiceImpl);
};
-} // namespace device
+} // namespace content
-#endif // DEVICE_GEOLOCATION_GEOLOCATION_SERVICE_IMPL_H_
+#endif // CONTENT_BROWSER_GEOLOCATION_GEOLOCATION_SERVICE_IMPL_H_
« no previous file with comments | « content/browser/geolocation/geolocation_service_context.cc ('k') | content/browser/geolocation/geolocation_service_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698