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

Unified Diff: device/geolocation/wifi_data.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/network_location_request.cc ('k') | device/geolocation/wifi_data.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/geolocation/wifi_data.h
diff --git a/device/geolocation/wifi_data.h b/device/geolocation/wifi_data.h
index 8b2efe5bc9c6574a1e54fd9fec8a940f94cca3c5..ee12a20e922ba5226660ffa114a8714a47a6adf4 100644
--- a/device/geolocation/wifi_data.h
+++ b/device/geolocation/wifi_data.h
@@ -22,7 +22,7 @@ struct DEVICE_GEOLOCATION_EXPORT AccessPointData {
int radio_signal_strength; // Measured in dBm
int channel;
int signal_to_noise; // Ratio in dB
- base::string16 ssid; // Network identifier
+ base::string16 ssid; // Network identifier
};
// This is to allow AccessPointData to be used in std::set. We order
« no previous file with comments | « device/geolocation/network_location_request.cc ('k') | device/geolocation/wifi_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698