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

Unified Diff: Source/WebKit/chromium/src/WebDocumentType.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/WebKit/chromium/src/WebDocument.cpp ('k') | Source/WebKit/chromium/src/WebDragData.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebKit/chromium/src/WebDocumentType.cpp
diff --git a/Source/WebKit/chromium/src/WebDocumentType.cpp b/Source/WebKit/chromium/src/WebDocumentType.cpp
index 4a4ed36422d7004ba070a0cb2d9a2f58d9b876f7..943679c3dd31bae47ece0e7125e18c15b60f0b1c 100644
--- a/Source/WebKit/chromium/src/WebDocumentType.cpp
+++ b/Source/WebKit/chromium/src/WebDocumentType.cpp
@@ -31,7 +31,7 @@
#include "config.h"
#include "WebDocumentType.h"
-#include "DocumentType.h"
+#include "core/dom/DocumentType.h"
#include <public/WebString.h>
#include <wtf/PassRefPtr.h>
« no previous file with comments | « Source/WebKit/chromium/src/WebDocument.cpp ('k') | Source/WebKit/chromium/src/WebDragData.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698