| 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) {
|
|
|