| Index: content/shell/shell_devtools_frontend.cc
|
| diff --git a/content/shell/shell_devtools_frontend.cc b/content/shell/shell_devtools_frontend.cc
|
| index 5975b64fd532b232fbc0bbd1c6bec5c5c51f595c..d102eaa3ae893ce7a26329ad5cc6a0f7e11cb360 100644
|
| --- a/content/shell/shell_devtools_frontend.cc
|
| +++ b/content/shell/shell_devtools_frontend.cc
|
| @@ -53,8 +53,8 @@ ShellDevToolsFrontend* ShellDevToolsFrontend::Show(
|
| gfx::Size());
|
| ShellDevToolsFrontend* devtools_frontend = new ShellDevToolsFrontend(
|
| shell,
|
| - DevToolsAgentHost::GetOrCreateFor(
|
| - inspected_contents->GetRenderViewHost()));
|
| + DevToolsAgentHost::GetOrCreateFor(inspected_contents->GetRenderViewHost())
|
| + .get());
|
|
|
| ShellDevToolsDelegate* delegate = ShellContentBrowserClient::Get()->
|
| shell_browser_main_parts()->devtools_delegate();
|
|
|