Index: content/browser/geolocation/wifi_data.h |
diff --git a/content/browser/geolocation/wifi_data.h b/content/browser/geolocation/wifi_data.h |
index a24e42e2ac126bfea8c1d5281be330a770e5716a..72bc3065abb3d9f77cd32b77ed24343800942127 100644 |
--- a/content/browser/geolocation/wifi_data.h |
+++ b/content/browser/geolocation/wifi_data.h |
@@ -19,11 +19,11 @@ struct CONTENT_EXPORT AccessPointData { |
~AccessPointData(); |
// MAC address, formatted as per MacAddressAsString16. |
- string16 mac_address; |
+ base::string16 mac_address; |
int radio_signal_strength; // Measured in dBm |
int channel; |
int signal_to_noise; // Ratio in dB |
- string16 ssid; // Network identifier |
+ base::string16 ssid; // Network identifier |
}; |
// This is to allow AccessPointData to be used in std::set. We order |