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 |