Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(495)

Unified Diff: third_party/WebKit/Source/core/inspector/v8/public/V8HeapProfilerAgent.h

Issue 1696513002: DevTools: move protocol-related generators into inspector subfolder. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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() { }

Powered by Google App Engine
This is Rietveld 408576698