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

Unified Diff: device/geolocation/location_arbitrator.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/location_api_adapter_android.cc ('k') | device/geolocation/location_arbitrator_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/geolocation/location_arbitrator.h
diff --git a/device/geolocation/location_arbitrator.h b/device/geolocation/location_arbitrator.h
index 379116423f1d2d1f89dcbc31ddf0c97dec4db185..267532cdc601f49979a6b922f0a6fc17e4d1805f 100644
--- a/device/geolocation/location_arbitrator.h
+++ b/device/geolocation/location_arbitrator.h
@@ -13,8 +13,8 @@ namespace device {
// providers and resolving them to a single 'best' location fix at any given
// moment.
class DEVICE_GEOLOCATION_EXPORT LocationArbitrator {
-public:
- virtual ~LocationArbitrator() {};
+ public:
+ virtual ~LocationArbitrator(){};
// See more details in geolocation_provider.
virtual void StartProviders(bool enable_high_accuracy) = 0;
« no previous file with comments | « device/geolocation/location_api_adapter_android.cc ('k') | device/geolocation/location_arbitrator_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698