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

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

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
« no previous file with comments | « Source/core/dom/CustomElementRegistry.h ('k') | Source/core/dom/Document.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/DOMImplementation.cpp
diff --git a/Source/core/dom/DOMImplementation.cpp b/Source/core/dom/DOMImplementation.cpp
index 8e8c5c5d8292adfad012e75bad958fb941a94665..e46d8c0646443b1378492bded7cef192798961c8 100644
--- a/Source/core/dom/DOMImplementation.cpp
+++ b/Source/core/dom/DOMImplementation.cpp
@@ -26,7 +26,6 @@
#include "DOMImplementation.h"
#include "CSSStyleSheet.h"
-#include "ContentType.h"
#include "ContextFeatures.h"
#include "DocumentType.h"
#include "Element.h"
@@ -38,7 +37,6 @@
#include "HTMLNames.h"
#include "HTMLViewSourceDocument.h"
#include "ImageDocument.h"
-#include "MIMETypeRegistry.h"
#include "MediaDocument.h"
#include "MediaList.h"
#include "Page.h"
@@ -49,6 +47,8 @@
#include "StyleSheetContents.h"
#include "TextDocument.h"
#include "XMLNames.h"
+#include "core/platform/ContentType.h"
+#include "core/platform/MIMETypeRegistry.h"
#include "core/platform/graphics/Image.h"
#include "core/platform/graphics/MediaPlayer.h"
#include <wtf/StdLibExtras.h>
« no previous file with comments | « Source/core/dom/CustomElementRegistry.h ('k') | Source/core/dom/Document.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698