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

Unified Diff: content/shell/geolocation/shell_access_token_store.cc

Issue 121033002: Update uses of UTF conversions in content/ to use the base:: namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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
« no previous file with comments | « content/shell/common/webkit_test_helpers.cc ('k') | content/shell/renderer/webkit_test_runner.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 4b8b0074e9273efcf1111252d0214a12122dd346..cec481d50180db14ea6522697188f645da898345 100644
--- a/content/shell/geolocation/shell_access_token_store.cc
+++ b/content/shell/geolocation/shell_access_token_store.cc
@@ -44,7 +44,7 @@ void ShellAccessTokenStore::RespondOnOriginatingThread(
// Since content_shell is a test executable, rather than an end user program,
// we provide a dummy access_token set to avoid hitting the server.
AccessTokenSet access_token_set;
- access_token_set[GURL()] = ASCIIToUTF16("chromium_content_shell");
+ access_token_set[GURL()] = base::ASCIIToUTF16("chromium_content_shell");
callback.Run(access_token_set, system_request_context_);
}
« no previous file with comments | « content/shell/common/webkit_test_helpers.cc ('k') | content/shell/renderer/webkit_test_runner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698