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