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

Unified Diff: third_party/WebKit/Source/core/dom/AddConsoleMessageTask.h

Issue 2035653006: [DevTools] Move Console to v8 inspector. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: all tests pass Created 4 years, 6 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/dom/AddConsoleMessageTask.h
diff --git a/third_party/WebKit/Source/core/dom/AddConsoleMessageTask.h b/third_party/WebKit/Source/core/dom/AddConsoleMessageTask.h
index f4a258d008f4cf06b2ac061b050383b39cc54f1a..b2de2896ad6c4f73d854de85268475ee6e75f6aa 100644
--- a/third_party/WebKit/Source/core/dom/AddConsoleMessageTask.h
+++ b/third_party/WebKit/Source/core/dom/AddConsoleMessageTask.h
@@ -28,7 +28,7 @@
#define AddConsoleMessageTask_h
#include "core/dom/ExecutionContextTask.h"
-#include "platform/v8_inspector/public/ConsoleTypes.h"
+#include "core/inspector/ConsoleTypes.h"
#include "wtf/OwnPtr.h"
#include "wtf/PassOwnPtr.h"
#include "wtf/PtrUtil.h"

Powered by Google App Engine
This is Rietveld 408576698