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

Unified Diff: device/geolocation/location_provider_base.cc

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_provider_android.cc ('k') | device/geolocation/mock_location_arbitrator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/geolocation/location_provider_base.cc
diff --git a/device/geolocation/location_provider_base.cc b/device/geolocation/location_provider_base.cc
index 1429bc8c82328e5419bde8d01dba83869346e49c..453ea3265c1bcefbbf33db1d3b1f0790909a9db9 100644
--- a/device/geolocation/location_provider_base.cc
+++ b/device/geolocation/location_provider_base.cc
@@ -6,11 +6,9 @@
namespace device {
-LocationProviderBase::LocationProviderBase() {
-}
+LocationProviderBase::LocationProviderBase() {}
-LocationProviderBase::~LocationProviderBase() {
-}
+LocationProviderBase::~LocationProviderBase() {}
void LocationProviderBase::NotifyCallback(const Geoposition& position) {
if (!callback_.is_null())
@@ -22,7 +20,6 @@ void LocationProviderBase::SetUpdateCallback(
callback_ = callback;
}
-void LocationProviderBase::RequestRefresh() {
-}
+void LocationProviderBase::RequestRefresh() {}
} // namespace device
« no previous file with comments | « device/geolocation/location_provider_android.cc ('k') | device/geolocation/mock_location_arbitrator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698