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