Index: content/browser/geolocation/network_location_request.h |
diff --git a/content/browser/geolocation/network_location_request.h b/content/browser/geolocation/network_location_request.h |
index 38aaf3e6ce78fd8829e46cba2aa586e096c3baac..6fea08b8bd5d8058c6dfd5c1a2a8efa37699ec62 100644 |
--- a/content/browser/geolocation/network_location_request.h |
+++ b/content/browser/geolocation/network_location_request.h |
@@ -33,7 +33,7 @@ class NetworkLocationRequest : private net::URLFetcherDelegate { |
// server or network error - either no response or a 500 error code. |
typedef base::Callback<void(const Geoposition& /* position */, |
bool /* server_error */, |
- const string16& /* access_token */, |
+ const base::string16& /* access_token */, |
const WifiData& /* wifi_data */)> |
LocationResponseCallback; |
@@ -45,7 +45,7 @@ class NetworkLocationRequest : private net::URLFetcherDelegate { |
// Makes a new request. Returns true if the new request was successfully |
// started. In all cases, any currently pending request will be canceled. |
- bool MakeRequest(const string16& access_token, |
+ bool MakeRequest(const base::string16& access_token, |
const WifiData& wifi_data, |
const base::Time& timestamp); |