| Index: content/browser/geolocation/geolocation_service_context.cc
|
| diff --git a/device/geolocation/geolocation_service_context.cc b/content/browser/geolocation/geolocation_service_context.cc
|
| similarity index 91%
|
| rename from device/geolocation/geolocation_service_context.cc
|
| rename to content/browser/geolocation/geolocation_service_context.cc
|
| index 4d7c772e0a004f88af8e03d32a23e83caec91413..1b69b1efa8d9077cacc53abd11d52a3de90aee2b 100644
|
| --- a/device/geolocation/geolocation_service_context.cc
|
| +++ b/content/browser/geolocation/geolocation_service_context.cc
|
| @@ -2,13 +2,11 @@
|
| // 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_context.h"
|
| +#include "content/browser/geolocation/geolocation_service_context.h"
|
|
|
| #include <utility>
|
|
|
| -#include "device/geolocation/geolocation_service_impl.h"
|
| -
|
| -namespace device {
|
| +namespace content {
|
|
|
| GeolocationServiceContext::GeolocationServiceContext() : paused_(false) {
|
| }
|
| @@ -63,4 +61,4 @@ void GeolocationServiceContext::ClearOverride() {
|
| }
|
| }
|
|
|
| -} // namespace device
|
| +} // namespace content
|
|
|