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

Unified Diff: Source/core/page/Console.cpp

Issue 14519003: Absolutify paths to dom/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix testrunner Created 7 years, 8 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
« no previous file with comments | « Source/core/page/Chrome.cpp ('k') | Source/core/page/ContentSecurityPolicy.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/Console.cpp
diff --git a/Source/core/page/Console.cpp b/Source/core/page/Console.cpp
index 00059513fa16a620cb404d1de382d74ae201b3d4..47b8ba8ad3fbc96fab2ebe30156573f67275e2d8 100644
--- a/Source/core/page/Console.cpp
+++ b/Source/core/page/Console.cpp
@@ -31,7 +31,6 @@
#include <stdio.h>
#include "ConsoleAPITypes.h"
-#include "Document.h"
#include "InspectorConsoleInstrumentation.h"
#include "InspectorController.h"
#include "ScriptArguments.h"
@@ -40,7 +39,8 @@
#include "ScriptProfile.h"
#include "ScriptProfiler.h"
#include "ScriptValue.h"
-#include "ScriptableDocumentParser.h"
+#include "core/dom/Document.h"
+#include "core/dom/ScriptableDocumentParser.h"
#include "core/loader/FrameLoader.h"
#include "core/page/Chrome.h"
#include "core/page/ChromeClient.h"
« no previous file with comments | « Source/core/page/Chrome.cpp ('k') | Source/core/page/ContentSecurityPolicy.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698