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

Unified Diff: device/geolocation/geolocation_service_impl.h

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

Powered by Google App Engine
This is Rietveld 408576698