| Index: components/html_viewer/html_document.h
|
| diff --git a/components/html_viewer/html_document.h b/components/html_viewer/html_document.h
|
| index 873d14e89485838f5efef9d92071abed39589927..8fbe21a25053aa61c4bb761f2a3dd727333c7cc8 100644
|
| --- a/components/html_viewer/html_document.h
|
| +++ b/components/html_viewer/html_document.h
|
| @@ -39,6 +39,7 @@ class View;
|
| namespace html_viewer {
|
|
|
| class AxProviderImpl;
|
| +class DevToolsAgentImpl;
|
| class Setup;
|
| class WebLayerTreeViewImpl;
|
|
|
| @@ -149,6 +150,8 @@ class HTMLDocument : public blink::WebViewClient,
|
|
|
| scoped_ptr<TouchHandler> touch_handler_;
|
|
|
| + scoped_ptr<DevToolsAgentImpl> devtools_agent_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(HTMLDocument);
|
| };
|
|
|
|
|