| 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"
|
|
|