| Index: third_party/WebKit/Source/core/html/parser/HTMLPreloadScanner.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/parser/HTMLPreloadScanner.cpp b/third_party/WebKit/Source/core/html/parser/HTMLPreloadScanner.cpp
|
| index 49e2abc731338bdf656fb98cfba2d779f33ddf5d..ac2743706956533114bbbb2d202c9915f0c8b17c 100644
|
| --- a/third_party/WebKit/Source/core/html/parser/HTMLPreloadScanner.cpp
|
| +++ b/third_party/WebKit/Source/core/html/parser/HTMLPreloadScanner.cpp
|
| @@ -47,9 +47,9 @@
|
| #include "core/html/parser/HTMLSrcsetParser.h"
|
| #include "core/html/parser/HTMLTokenizer.h"
|
| #include "core/loader/LinkLoader.h"
|
| -#include "platform/ContentType.h"
|
| #include "platform/Histogram.h"
|
| -#include "platform/MIMETypeRegistry.h"
|
| +#include "platform/network/mime/ContentType.h"
|
| +#include "platform/network/mime/MIMETypeRegistry.h"
|
| #include "platform/tracing/TraceEvent.h"
|
| #include <memory>
|
|
|
|
|