Index: components/html_viewer/html_document.h |
diff --git a/components/html_viewer/html_document.h b/components/html_viewer/html_document.h |
index d2435868d84b25c27ee5b9fc395fd14b280a457a..2ddaf049521599a09547d60983051689380503b1 100644 |
--- a/components/html_viewer/html_document.h |
+++ b/components/html_viewer/html_document.h |
@@ -42,7 +42,6 @@ |
namespace html_viewer { |
class AxProviderImpl; |
-class DevToolsAgentImpl; |
class Setup; |
class WebLayerTreeViewImpl; |
@@ -172,8 +171,6 @@ |
FrameTreeManager frame_tree_manager_; |
mojo::Binding<mandoline::FrameTreeClient> frame_tree_manager_binding_; |
- scoped_ptr<DevToolsAgentImpl> devtools_agent_; |
- |
DISALLOW_COPY_AND_ASSIGN(HTMLDocument); |
}; |