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

Unified Diff: device/geolocation/geolocation_provider.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/fake_access_token_store.cc ('k') | device/geolocation/geolocation_provider_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/geolocation/geolocation_provider.h
diff --git a/device/geolocation/geolocation_provider.h b/device/geolocation/geolocation_provider.h
index 97b7a4cd71c5034de73f0e83f06c405887cece0f..272b6fb2b9b0078fec8b835051d370c7c6bee87a 100644
--- a/device/geolocation/geolocation_provider.h
+++ b/device/geolocation/geolocation_provider.h
@@ -63,7 +63,7 @@ class GeolocationProvider {
virtual void OverrideLocationForTesting(const Geoposition& position) = 0;
protected:
- virtual~GeolocationProvider() {}
+ virtual ~GeolocationProvider() {}
};
} // namespace device
« no previous file with comments | « device/geolocation/fake_access_token_store.cc ('k') | device/geolocation/geolocation_provider_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698