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

Unified Diff: third_party/WebKit/Source/core/inspector/InspectorTracingAgent.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/InspectorTracingAgent.h
diff --git a/third_party/WebKit/Source/core/inspector/InspectorTracingAgent.h b/third_party/WebKit/Source/core/inspector/InspectorTracingAgent.h
index 1537231d6a82d9b0ad8dd44e8ec687795610e0ba..cc6944d8c337078863569f513619ab953be480d5 100644
--- a/third_party/WebKit/Source/core/inspector/InspectorTracingAgent.h
+++ b/third_party/WebKit/Source/core/inspector/InspectorTracingAgent.h
@@ -8,7 +8,6 @@
#define InspectorTracingAgent_h
#include "core/CoreExport.h"
-#include "core/InspectorFrontend.h"
#include "core/inspector/InspectorBaseAgent.h"
#include "wtf/PassOwnPtr.h"
#include "wtf/text/WTFString.h"
@@ -19,8 +18,8 @@ class InspectedFrames;
class InspectorWorkerAgent;
class CORE_EXPORT InspectorTracingAgent final
- : public InspectorBaseAgent<InspectorTracingAgent, InspectorFrontend::Tracing>
- , public InspectorBackendDispatcher::TracingCommandHandler {
+ : public InspectorBaseAgent<InspectorTracingAgent, protocol::Frontend::Tracing>
+ , public protocol::Dispatcher::TracingCommandHandler {
WTF_MAKE_NONCOPYABLE(InspectorTracingAgent);
public:
class Client {

Powered by Google App Engine
This is Rietveld 408576698