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

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

Issue 14488003: Absolutify paths to platform/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: scripts, iwyu 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
Index: Source/core/html/parser/HTMLDocumentParser.h
diff --git a/Source/core/html/parser/HTMLDocumentParser.h b/Source/core/html/parser/HTMLDocumentParser.h
index eed9353a047b824fa626acf9b5180eb08b4ff679..a861170223b4ec97846b58c5d35dd39b3300bed6 100644
--- a/Source/core/html/parser/HTMLDocumentParser.h
+++ b/Source/core/html/parser/HTMLDocumentParser.h
@@ -39,9 +39,9 @@
#include "HTMLTokenizer.h"
#include "HTMLTreeBuilderSimulator.h"
#include "ScriptableDocumentParser.h"
-#include "Timer.h"
#include "XSSAuditor.h"
#include "XSSAuditorDelegate.h"
+#include "core/platform/Timer.h"
#include "core/platform/text/SegmentedString.h"
#include <wtf/Deque.h>
#include <wtf/OwnPtr.h>
« no previous file with comments | « Source/core/html/parser/HTMLConstructionSite.cpp ('k') | Source/core/html/parser/HTMLFormattingElementList.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698