| 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 92e64fdb8e29b5507c28c1fb09b1021fe04ada4b..eed675f8b45460592e693de4fdb6e6407a642466 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 "content/public/common/geoposition.h"
|
| +#include "device/geolocation/geoposition.h"
|
|
|
| namespace blimp {
|
| namespace engine {
|
| @@ -44,7 +44,7 @@ void BlimpLocationProvider::StopProvider() {
|
| }
|
| }
|
|
|
| -void BlimpLocationProvider::GetPosition(content::Geoposition* position) {
|
| +void BlimpLocationProvider::GetPosition(device::Geoposition* position) {
|
| *position = cached_position_;
|
| }
|
|
|
|
|