| Index: third_party/WebKit/Source/core/inspector/v8/public/V8HeapProfilerAgent.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/v8/public/V8HeapProfilerAgent.h b/third_party/WebKit/Source/core/inspector/v8/public/V8HeapProfilerAgent.h
|
| index 973bfdf0c63e50d54df8c9935b2327ce7a4856d1..e4da946d6747785a4a058a1be3882beb616599ef 100644
|
| --- a/third_party/WebKit/Source/core/inspector/v8/public/V8HeapProfilerAgent.h
|
| +++ b/third_party/WebKit/Source/core/inspector/v8/public/V8HeapProfilerAgent.h
|
| @@ -6,14 +6,14 @@
|
| #define V8HeapProfilerAgent_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 V8RuntimeAgent;
|
|
|
| -class CORE_EXPORT V8HeapProfilerAgent : public InspectorBackendDispatcher::HeapProfilerCommandHandler, public V8Debugger::Agent<InspectorFrontend::HeapProfiler> {
|
| +class CORE_EXPORT V8HeapProfilerAgent : public protocol::Dispatcher::HeapProfilerCommandHandler, public V8Debugger::Agent<protocol::Frontend::HeapProfiler> {
|
| public:
|
| static PassOwnPtr<V8HeapProfilerAgent> create(v8::Isolate*, V8RuntimeAgent*);
|
| virtual ~V8HeapProfilerAgent() { }
|
|
|