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