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

Unified Diff: content/shell/browser/shell_devtools_frontend.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/browser/shell_devtools_delegate.cc ('k') | content/shell/browser/shell_gtk.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/browser/shell_devtools_frontend.cc
diff --git a/content/shell/browser/shell_devtools_frontend.cc b/content/shell/browser/shell_devtools_frontend.cc
index bfa93d4644fc8602d0907634c09ae89c9372589c..bc0467c0b0af2156afa60cdae1e381e61a433d70 100644
--- a/content/shell/browser/shell_devtools_frontend.cc
+++ b/content/shell/browser/shell_devtools_frontend.cc
@@ -103,7 +103,7 @@ void ShellDevToolsFrontend::RenderViewCreated(
void ShellDevToolsFrontend::DocumentOnLoadCompletedInMainFrame(int32 page_id) {
web_contents()->GetRenderViewHost()->ExecuteJavascriptInWebFrame(
base::string16(),
- ASCIIToUTF16("InspectorFrontendAPI.setUseSoftMenu(true);"));
+ base::ASCIIToUTF16("InspectorFrontendAPI.setUseSoftMenu(true);"));
}
void ShellDevToolsFrontend::WebContentsDestroyed(WebContents* web_contents) {
« no previous file with comments | « content/shell/browser/shell_devtools_delegate.cc ('k') | content/shell/browser/shell_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698