Index: content/browser/geolocation/location_arbitrator_impl_unittest.cc |
diff --git a/content/browser/geolocation/location_arbitrator_impl_unittest.cc b/content/browser/geolocation/location_arbitrator_impl_unittest.cc |
index 02df43172eec4a8dd02a613177a44382b3f31ae0..81df7a4326fa8138dfb6eb215d775ee017812832 100644 |
--- a/content/browser/geolocation/location_arbitrator_impl_unittest.cc |
+++ b/content/browser/geolocation/location_arbitrator_impl_unittest.cc |
@@ -85,7 +85,7 @@ class TestingLocationArbitrator : public LocationArbitratorImpl { |
AccessTokenStore* access_token_store, |
net::URLRequestContextGetter* context, |
const GURL& url, |
- const string16& access_token) OVERRIDE { |
+ const base::string16& access_token) OVERRIDE { |
return new MockLocationProvider(&cell_); |
} |