Index: content/browser/geolocation/location_api_adapter_android.h |
diff --git a/content/browser/geolocation/location_api_adapter_android.h b/content/browser/geolocation/location_api_adapter_android.h |
index c2b4f85e9352fffcbbd923ac2ae432f31883e2b9..06d719573f41aee82bc2e05a5aaa366183a544f8 100644 |
--- a/content/browser/geolocation/location_api_adapter_android.h |
+++ b/content/browser/geolocation/location_api_adapter_android.h |
@@ -49,7 +49,7 @@ class AndroidLocationApiAdapter { |
// Called by JNI on main thread looper. |
static void OnNewLocationAvailable(double latitude, |
double longitude, |
- long time_stamp, |
+ double time_stamp, |
bool has_altitude, double altitude, |
bool has_accuracy, double accuracy, |
bool has_heading, double heading, |