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

Unified Diff: third_party/WebKit/Source/core/inspector/v8/public/V8Debugger.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/V8Debugger.h
diff --git a/third_party/WebKit/Source/core/inspector/v8/public/V8Debugger.h b/third_party/WebKit/Source/core/inspector/v8/public/V8Debugger.h
index 2f9372aa00dad78fb5e7f0088d985b9e7c836050..c6861e62c62a186e51f376a760a810d0551749b9 100644
--- a/third_party/WebKit/Source/core/inspector/v8/public/V8Debugger.h
+++ b/third_party/WebKit/Source/core/inspector/v8/public/V8Debugger.h
@@ -6,7 +6,7 @@
#define V8Debugger_h
#include "core/CoreExport.h"
-#include "core/InspectorFrontend.h"
+#include "platform/inspector_protocol/Frontend.h"
#include "wtf/Forward.h"
#include "wtf/PassOwnPtr.h"

Powered by Google App Engine
This is Rietveld 408576698