| Index: chrome/browser/geolocation/access_token_store.cc
|
| diff --git a/chrome/browser/geolocation/access_token_store.cc b/chrome/browser/geolocation/access_token_store.cc
|
| index ec0ca387ab17ba58ab192be5dc5182f349e89879..7252506c2a7b593be67687eebb192c6595ea4736 100644
|
| --- a/chrome/browser/geolocation/access_token_store.cc
|
| +++ b/chrome/browser/geolocation/access_token_store.cc
|
| @@ -50,8 +50,8 @@ void ChromePrefsAccessTokenStore::LoadDictionaryStoreInUIThread(
|
| GURL url(*it);
|
| if (!url.is_valid())
|
| continue;
|
| - token_dictionary->GetStringAsUTF16WithoutPathExpansion(
|
| - *it, &access_token_set[url]);
|
| + token_dictionary->GetStringWithoutPathExpansion(*it,
|
| + &access_token_set[url]);
|
| }
|
| }
|
| request->ForwardResultAsync(MakeTuple(access_token_set));
|
|
|