Index: content/browser/geolocation/wifi_data_provider_common.h |
diff --git a/content/browser/geolocation/wifi_data_provider_common.h b/content/browser/geolocation/wifi_data_provider_common.h |
index c42b4c2a851381a7331a5936dff97b4283eefea4..befdb6921145a95b5eebb95d40b6c0c0a834db69 100644 |
--- a/content/browser/geolocation/wifi_data_provider_common.h |
+++ b/content/browser/geolocation/wifi_data_provider_common.h |
@@ -18,7 +18,7 @@ |
namespace content { |
// Converts a MAC address stored as an array of uint8 to a string. |
-string16 MacAddressAsString16(const uint8 mac_as_int[6]); |
+base::string16 MacAddressAsString16(const uint8 mac_as_int[6]); |
// Base class to promote code sharing between platform specific wifi data |
// providers. It's optional for specific platforms to derive this, but if they |