| Index: content/shell/geolocation/shell_access_token_store.cc
|
| diff --git a/content/shell/geolocation/shell_access_token_store.cc b/content/shell/geolocation/shell_access_token_store.cc
|
| index ceae3d60f6e688f3c2a21f16ce1b193e91d09f23..4b8b0074e9273efcf1111252d0214a12122dd346 100644
|
| --- a/content/shell/geolocation/shell_access_token_store.cc
|
| +++ b/content/shell/geolocation/shell_access_token_store.cc
|
| @@ -49,7 +49,7 @@ void ShellAccessTokenStore::RespondOnOriginatingThread(
|
| }
|
|
|
| void ShellAccessTokenStore::SaveAccessToken(
|
| - const GURL& server_url, const string16& access_token) {
|
| + const GURL& server_url, const base::string16& access_token) {
|
| }
|
|
|
| } // namespace content
|
|
|