| Index: blimp/engine/feature/geolocation/blimp_location_provider.cc
 | 
| diff --git a/blimp/engine/feature/geolocation/blimp_location_provider.cc b/blimp/engine/feature/geolocation/blimp_location_provider.cc
 | 
| index eed675f8b45460592e693de4fdb6e6407a642466..92e64fdb8e29b5507c28c1fb09b1021fe04ada4b 100644
 | 
| --- a/blimp/engine/feature/geolocation/blimp_location_provider.cc
 | 
| +++ b/blimp/engine/feature/geolocation/blimp_location_provider.cc
 | 
| @@ -7,7 +7,7 @@
 | 
|  #include "base/bind.h"
 | 
|  #include "base/bind_helpers.h"
 | 
|  #include "base/memory/weak_ptr.h"
 | 
| -#include "device/geolocation/geoposition.h"
 | 
| +#include "content/public/common/geoposition.h"
 | 
|  
 | 
|  namespace blimp {
 | 
|  namespace engine {
 | 
| @@ -44,7 +44,7 @@
 | 
|    }
 | 
|  }
 | 
|  
 | 
| -void BlimpLocationProvider::GetPosition(device::Geoposition* position) {
 | 
| +void BlimpLocationProvider::GetPosition(content::Geoposition* position) {
 | 
|    *position = cached_position_;
 | 
|  }
 | 
|  
 | 
| 
 |