| Index: third_party/WebKit/Source/core/inspector/v8/public/V8ProfilerAgent.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/v8/public/V8ProfilerAgent.h b/third_party/WebKit/Source/core/inspector/v8/public/V8ProfilerAgent.h
|
| index 58f002c538b004eeb3a7516e89b0ba9c3e4946cb..f384d0c41a01e988ca00ad061994f368edce252f 100644
|
| --- a/third_party/WebKit/Source/core/inspector/v8/public/V8ProfilerAgent.h
|
| +++ b/third_party/WebKit/Source/core/inspector/v8/public/V8ProfilerAgent.h
|
| @@ -6,12 +6,12 @@
|
| #define V8ProfilerAgent_h
|
|
|
| #include "core/CoreExport.h"
|
| -#include "core/InspectorBackendDispatcher.h"
|
| #include "core/inspector/v8/public/V8Debugger.h"
|
| +#include "platform/inspector_protocol/Dispatcher.h"
|
|
|
| namespace blink {
|
|
|
| -class CORE_EXPORT V8ProfilerAgent : public InspectorBackendDispatcher::ProfilerCommandHandler, public V8Debugger::Agent<InspectorFrontend::Profiler> {
|
| +class CORE_EXPORT V8ProfilerAgent : public protocol::Dispatcher::ProfilerCommandHandler, public V8Debugger::Agent<protocol::Frontend::Profiler> {
|
| public:
|
| static PassOwnPtr<V8ProfilerAgent> create(V8Debugger*);
|
| virtual ~V8ProfilerAgent() { }
|
|
|