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

Unified Diff: device/geolocation/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/wifi_data.cc ('k') | device/geolocation/wifi_data_provider_chromeos.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/geolocation/wifi_data_provider.cc
diff --git a/device/geolocation/wifi_data_provider.cc b/device/geolocation/wifi_data_provider.cc
index e27bc30661d22898ecf9d24789dedb671243e69f..7e971cd5754fb012aa086735892f489393c157d7 100644
--- a/device/geolocation/wifi_data_provider.cc
+++ b/device/geolocation/wifi_data_provider.cc
@@ -16,8 +16,7 @@ WifiDataProvider::WifiDataProvider()
DCHECK(client_task_runner_);
}
-WifiDataProvider::~WifiDataProvider() {
-}
+WifiDataProvider::~WifiDataProvider() {}
void WifiDataProvider::AddCallback(WifiDataUpdateCallback* callback) {
callbacks_.insert(callback);
« no previous file with comments | « device/geolocation/wifi_data.cc ('k') | device/geolocation/wifi_data_provider_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698