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

Unified Diff: device/geolocation/empty_wifi_data_provider.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/empty_wifi_data_provider.h ('k') | device/geolocation/fake_access_token_store.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.cc
diff --git a/device/geolocation/empty_wifi_data_provider.cc b/device/geolocation/empty_wifi_data_provider.cc
index fd78f9fae040ed642749f61e82b067b8fb6b0496..ed16d47233b7a56ced5cf536996fa56b16844aa6 100644
--- a/device/geolocation/empty_wifi_data_provider.cc
+++ b/device/geolocation/empty_wifi_data_provider.cc
@@ -8,11 +8,9 @@
namespace device {
-EmptyWifiDataProvider::EmptyWifiDataProvider() {
-}
+EmptyWifiDataProvider::EmptyWifiDataProvider() {}
-EmptyWifiDataProvider::~EmptyWifiDataProvider() {
-}
+EmptyWifiDataProvider::~EmptyWifiDataProvider() {}
bool EmptyWifiDataProvider::GetData(WifiData* data) {
DCHECK(data);
« no previous file with comments | « device/geolocation/empty_wifi_data_provider.h ('k') | device/geolocation/fake_access_token_store.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698