Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6074)

Unified Diff: chrome/browser/geolocation/access_token_store.cc

Issue 7649006: more changes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix another typo Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 f76bcc590b7447b1e8238c7017c090de616d66db..875753a970870b96993b22846f50de89fa80ac0f 100644
--- a/chrome/browser/geolocation/access_token_store.cc
+++ b/chrome/browser/geolocation/access_token_store.cc
@@ -72,7 +72,7 @@ void SetAccessTokenOnUIThread(const GURL& server_url, const string16& token) {
prefs::kGeolocationAccessToken);
DictionaryValue* access_token_dictionary = update.Get();
access_token_dictionary->SetWithoutPathExpansion(
- server_url.spec(), Value::CreateStringValue(token));
+ server_url.spec(), base::StringValue::New(token));
}
void ChromePrefsAccessTokenStore::SaveAccessToken(
« no previous file with comments | « chrome/browser/extensions/file_manager_util.cc ('k') | chrome/browser/geolocation/geolocation_content_settings_map.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698