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

Unified Diff: device/geolocation/empty_wifi_data_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/access_token_store.h ('k') | device/geolocation/empty_wifi_data_provider.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/geolocation/empty_wifi_data_provider.h
diff --git a/device/geolocation/empty_wifi_data_provider.h b/device/geolocation/empty_wifi_data_provider.h
index 816aa97c59f8e7c1a49331a16de2f50b11bd7f91..b619cd320dfb0f95dd809236c46dac3a4491ddfc 100644
--- a/device/geolocation/empty_wifi_data_provider.h
+++ b/device/geolocation/empty_wifi_data_provider.h
@@ -17,8 +17,8 @@ class EmptyWifiDataProvider : public WifiDataProvider {
EmptyWifiDataProvider();
// WifiDataProvider implementation
- void StartDataProvider() override { }
- void StopDataProvider() override { }
+ void StartDataProvider() override {}
+ void StopDataProvider() override {}
bool GetData(WifiData* data) override;
private:
« no previous file with comments | « device/geolocation/access_token_store.h ('k') | device/geolocation/empty_wifi_data_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698