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

Unified Diff: Source/core/html/parser/HTMLScriptRunnerHost.h

Issue 18512011: core/html: Include wtf files using "wtf/foo.h" form. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase 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
« no previous file with comments | « Source/core/html/parser/HTMLScriptRunner.h ('k') | Source/core/html/parser/HTMLSourceTracker.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/parser/HTMLScriptRunnerHost.h
diff --git a/Source/core/html/parser/HTMLScriptRunnerHost.h b/Source/core/html/parser/HTMLScriptRunnerHost.h
index 1f2289657e00476af94097f2503e5252a4ba1a85..4302c0b4d17391822157db077ae38bd1cb372e51 100644
--- a/Source/core/html/parser/HTMLScriptRunnerHost.h
+++ b/Source/core/html/parser/HTMLScriptRunnerHost.h
@@ -26,7 +26,7 @@
#ifndef HTMLScriptRunnerHost_h
#define HTMLScriptRunnerHost_h
-#include <wtf/Forward.h>
+#include "wtf/Forward.h"
namespace WebCore {
« no previous file with comments | « Source/core/html/parser/HTMLScriptRunner.h ('k') | Source/core/html/parser/HTMLSourceTracker.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698