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

Unified Diff: Source/core/dom/DocumentParser.cpp

Issue 19010006: core/dom: Include wtf files using "wtf/foo.h" form. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: two fixes Created 7 years, 5 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: Source/core/dom/DocumentParser.cpp
diff --git a/Source/core/dom/DocumentParser.cpp b/Source/core/dom/DocumentParser.cpp
index 9a834eb760dfe96a7f05baba5b8f5ffb04175bd4..dcafb092c930feb9cbfc025de4d4ccf1f7cea0e5 100644
--- a/Source/core/dom/DocumentParser.cpp
+++ b/Source/core/dom/DocumentParser.cpp
@@ -26,7 +26,7 @@
#include "config.h"
#include "core/dom/DocumentParser.h"
-#include <wtf/Assertions.h>
+#include "wtf/Assertions.h"
namespace WebCore {

Powered by Google App Engine
This is Rietveld 408576698