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

Unified Diff: Source/core/loader/archive/MHTMLArchive.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/loader/archive/ArchiveResourceCollection.h ('k') | Source/core/loader/archive/MHTMLParser.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/loader/archive/MHTMLArchive.cpp
diff --git a/Source/core/loader/archive/MHTMLArchive.cpp b/Source/core/loader/archive/MHTMLArchive.cpp
index 83a701074eadfec6b4b6b0dfc3b3e80eb35bb6a7..4975cadcc9a27ecbf78264e0a4f252fa546544db 100644
--- a/Source/core/loader/archive/MHTMLArchive.cpp
+++ b/Source/core/loader/archive/MHTMLArchive.cpp
@@ -35,11 +35,11 @@
#include "Document.h"
#include "Frame.h"
#include "MHTMLParser.h"
-#include "MIMETypeRegistry.h"
#include "Page.h"
#include "PageSerializer.h"
-#include "SchemeRegistry.h"
-#include "SharedBuffer.h"
+#include "core/platform/MIMETypeRegistry.h"
+#include "core/platform/SchemeRegistry.h"
+#include "core/platform/SharedBuffer.h"
#include "core/platform/text/QuotedPrintable.h"
#include <wtf/CryptographicallyRandomNumber.h>
« no previous file with comments | « Source/core/loader/archive/ArchiveResourceCollection.h ('k') | Source/core/loader/archive/MHTMLParser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698