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