Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1561)

Unified Diff: device/geolocation/location_api_adapter_android.h

Issue 2200483002: Geolocation cleanup: run clang-format (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « device/geolocation/geoposition.cc ('k') | device/geolocation/location_api_adapter_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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:
« no previous file with comments | « device/geolocation/geoposition.cc ('k') | device/geolocation/location_api_adapter_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698