| Index: device/geolocation/location_api_adapter_android.h
|
| diff --git a/device/geolocation/location_api_adapter_android.h b/device/geolocation/location_api_adapter_android.h
|
| index 21ee9ac1f87807f606f7dd0d5d2a55546c1fc696..9e93f6d0d53b65f43d7130cf7e76d82802cd4ca1 100644
|
| --- a/device/geolocation/location_api_adapter_android.h
|
| +++ b/device/geolocation/location_api_adapter_android.h
|
| @@ -50,10 +50,14 @@ class AndroidLocationApiAdapter {
|
| static void OnNewLocationAvailable(double latitude,
|
| double longitude,
|
| double time_stamp,
|
| - bool has_altitude, double altitude,
|
| - bool has_accuracy, double accuracy,
|
| - bool has_heading, double heading,
|
| - bool has_speed, double speed);
|
| + bool has_altitude,
|
| + double altitude,
|
| + bool has_accuracy,
|
| + double accuracy,
|
| + bool has_heading,
|
| + double heading,
|
| + bool has_speed,
|
| + double speed);
|
| static void OnNewErrorAvailable(JNIEnv* env, jstring message);
|
|
|
| private:
|
|
|