| 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 fc48a38a1ec2fde3df7afb042ca67685124bd672..a668a163c93594498bc937ee470b5091ad2617fa 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>
|
|
|
|
|