| Index: content/browser/debugger/devtools_manager_impl.h
|
| diff --git a/content/browser/debugger/devtools_manager_impl.h b/content/browser/debugger/devtools_manager_impl.h
|
| index 388f8e428fdf8316b13259c4457114d19a45b8f9..bfcff16166fe45f00d9aa16fd32763a215a5238d 100644
|
| --- a/content/browser/debugger/devtools_manager_impl.h
|
| +++ b/content/browser/debugger/devtools_manager_impl.h
|
| @@ -17,7 +17,6 @@
|
| #include "content/public/browser/devtools_manager.h"
|
|
|
| class GURL;
|
| -class RenderViewHost;
|
| class TabContents;
|
|
|
| namespace IPC {
|
| @@ -27,6 +26,7 @@ class Message;
|
| namespace content {
|
|
|
| class DevToolsAgentHost;
|
| +class RenderViewHost;
|
|
|
| // This class is a singleton that manages DevToolsClientHost instances and
|
| // routes messages between developer tools clients and agents.
|
|
|