| Index: content/browser/devtools/devtools_tracing_handler.h
|
| diff --git a/content/browser/devtools/devtools_tracing_handler.h b/content/browser/devtools/devtools_tracing_handler.h
|
| index 70780994db75284efe64c1f582316f5e1bba37be..2d9ed52fd591c79962facc47e2f49487c52d701a 100644
|
| --- a/content/browser/devtools/devtools_tracing_handler.h
|
| +++ b/content/browser/devtools/devtools_tracing_handler.h
|
| @@ -5,7 +5,7 @@
|
| #ifndef CONTENT_BROWSER_DEVTOOLS_DEVTOOLS_TRACING_HANDLER_H_
|
| #define CONTENT_BROWSER_DEVTOOLS_DEVTOOLS_TRACING_HANDLER_H_
|
|
|
| -#include "content/browser/devtools/devtools_browser_target.h"
|
| +#include "content/browser/devtools/devtools_protocol.h"
|
| #include "content/public/browser/trace_subscriber.h"
|
|
|
| namespace content {
|
| @@ -16,8 +16,10 @@ class DevToolsWebSocketSender;
|
| // infrastructure.
|
| class DevToolsTracingHandler
|
| : public TraceSubscriber,
|
| - public DevToolsBrowserTarget::DomainHandler {
|
| + public DevToolsProtocol::Handler {
|
| public:
|
| + static const char kDomain[];
|
| +
|
| DevToolsTracingHandler();
|
| virtual ~DevToolsTracingHandler();
|
|
|
|
|