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

Unified Diff: third_party/WebKit/Source/web/InspectorOverlay.h

Issue 2295913003: [DevTools] Switch from platform/v8_inspector to v8/v8-inspector.h. (Closed)
Patch Set: rebase Created 4 years, 3 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/web/InspectorOverlay.h
diff --git a/third_party/WebKit/Source/web/InspectorOverlay.h b/third_party/WebKit/Source/web/InspectorOverlay.h
index 1c1e127bdd237363e25d9281fa55c7931862eb26..9270541e0f03c34faed889794a58082cf2fb7730 100644
--- a/third_party/WebKit/Source/web/InspectorOverlay.h
+++ b/third_party/WebKit/Source/web/InspectorOverlay.h
@@ -41,10 +41,7 @@
#include "wtf/RefPtr.h"
#include "wtf/text/WTFString.h"
#include <memory>
-
-namespace v8_inspector {
-class V8InspectorSession;
-}
+#include <v8-inspector.h>
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698