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

Unified Diff: third_party/WebKit/Source/core/inspector/v8/public/V8ProfilerAgent.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/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() { }

Powered by Google App Engine
This is Rietveld 408576698