summaryrefslogtreecommitdiffstats
path: root/content/browser/geolocation/wifi_data.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/geolocation/wifi_data.h')
-rw-r--r--content/browser/geolocation/wifi_data.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/browser/geolocation/wifi_data.h b/content/browser/geolocation/wifi_data.h
index a24e42e..72bc306 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