| Index: components/html_viewer/html_document.h
|
| diff --git a/components/html_viewer/html_document.h b/components/html_viewer/html_document.h
|
| index 44c448356734ccddc70343f337bec9ca5c04fcfd..a199692bbc49d35c553ab7259efb83e2a5d29180 100644
|
| --- a/components/html_viewer/html_document.h
|
| +++ b/components/html_viewer/html_document.h
|
| @@ -42,6 +42,7 @@ class View;
|
| namespace html_viewer {
|
|
|
| class AxProviderImpl;
|
| +class DevToolsAgentImpl;
|
| class Setup;
|
| class WebLayerTreeViewImpl;
|
|
|
| @@ -167,6 +168,8 @@ class HTMLDocument : public blink::WebViewClient,
|
| FrameTreeManager frame_tree_manager_;
|
| mojo::Binding<mandoline::FrameTreeClient> frame_tree_manager_binding_;
|
|
|
| + scoped_ptr<DevToolsAgentImpl> devtools_agent_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(HTMLDocument);
|
| };
|
|
|
|
|