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

Unified Diff: Source/core/loader/archive/MHTMLParser.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.cpp ('k') | Source/core/loader/cache/CachedCSSStyleSheet.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/loader/archive/MHTMLParser.cpp
diff --git a/Source/core/loader/archive/MHTMLParser.cpp b/Source/core/loader/archive/MHTMLParser.cpp
index 6fb0117c4b5e315e533bea52758c1fee18d9121c..13ea9cdff0275b5bef2995bb95d4b213f71e8980 100644
--- a/Source/core/loader/archive/MHTMLParser.cpp
+++ b/Source/core/loader/archive/MHTMLParser.cpp
@@ -29,9 +29,9 @@
*/
#include "config.h"
-#include "MHTMLParser.h"
+#include "core/loader/archive/MHTMLParser.h"
-#include "MHTMLArchive.h"
+#include "core/loader/archive/MHTMLArchive.h"
#include "core/platform/MIMETypeRegistry.h"
#include "core/platform/network/MIMEHeader.h"
#include "core/platform/text/QuotedPrintable.h"
« no previous file with comments | « Source/core/loader/archive/MHTMLArchive.cpp ('k') | Source/core/loader/cache/CachedCSSStyleSheet.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698