Chromium Code Reviews| Index: content/public/browser/devtools_client_host.h |
| diff --git a/content/public/browser/devtools_client_host.h b/content/public/browser/devtools_client_host.h |
| index 29d23ad414950d953ceab24ffacbde4a03120a43..56d551402607978863103ad4365c2b5e37276f10 100644 |
| --- a/content/public/browser/devtools_client_host.h |
| +++ b/content/public/browser/devtools_client_host.h |
| @@ -15,10 +15,9 @@ namespace IPC { |
| class Message; |
| } |
| -class RenderViewHost; |
| - |
| namespace content { |
| +class RenderViewHost; |
| class WebContents; |
| class DevToolsFrontendHostDelegate; |
| @@ -52,7 +51,8 @@ class CONTENT_EXPORT DevToolsClientHost { |
| DevToolsFrontendHostDelegate* delegate); |
| // Sets up DevToolsClient on the corresponding RenderView. |
| - static void SetupDevToolsFrontendClient(RenderViewHost* frontend_rvh); |
| + static void SetupDevToolsFrontendClient( |
| + content::RenderViewHost* frontend_rvh); |
|
jam
2012/03/05 23:59:28
ditto
Jói
2012/03/06 16:38:55
Done.
|
| }; |
| } // namespace content |