Index: content/browser/geolocation/location_arbitrator_impl.cc |
diff --git a/content/browser/geolocation/location_arbitrator_impl.cc b/content/browser/geolocation/location_arbitrator_impl.cc |
index 37c34ee73024652228bb4715ae2210bc3cc43436..b8ed8c49bf51b0b2714d79f496241e0d177fcf33 100644 |
--- a/content/browser/geolocation/location_arbitrator_impl.cc |
+++ b/content/browser/geolocation/location_arbitrator_impl.cc |
@@ -149,7 +149,7 @@ LocationProvider* LocationArbitratorImpl::NewNetworkLocationProvider( |
AccessTokenStore* access_token_store, |
net::URLRequestContextGetter* context, |
const GURL& url, |
- const string16& access_token) { |
+ const base::string16& access_token) { |
#if defined(OS_ANDROID) |
// Android uses its own SystemLocationProvider. |
return NULL; |