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

Unified Diff: Source/core/loader/archive/MHTMLArchive.cpp

Issue 14190004: Absolutify paths to loader/*. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: hmm 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/MHTMLArchive.h ('k') | Source/core/loader/archive/MHTMLParser.cpp » ('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 4975cadcc9a27ecbf78264e0a4f252fa546544db..32edc19eb2451cc15695517567c03d0b5db1839e 100644
--- a/Source/core/loader/archive/MHTMLArchive.cpp
+++ b/Source/core/loader/archive/MHTMLArchive.cpp
@@ -30,13 +30,13 @@
#include "config.h"
-#include "MHTMLArchive.h"
+#include "core/loader/archive/MHTMLArchive.h"
#include "Document.h"
#include "Frame.h"
-#include "MHTMLParser.h"
#include "Page.h"
#include "PageSerializer.h"
+#include "core/loader/archive/MHTMLParser.h"
#include "core/platform/MIMETypeRegistry.h"
#include "core/platform/SchemeRegistry.h"
#include "core/platform/SharedBuffer.h"
« no previous file with comments | « Source/core/loader/archive/MHTMLArchive.h ('k') | Source/core/loader/archive/MHTMLParser.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698