| 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_
|
|
|