| Index: third_party/WebKit/Source/core/html/LinkStyle.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/LinkStyle.cpp b/third_party/WebKit/Source/core/html/LinkStyle.cpp
|
| index 4a3297d1c4fea51b953efa142e0df9dac0edd0a3..412fe9428f9df67a63f3abc147e8e294c6bec968 100644
|
| --- a/third_party/WebKit/Source/core/html/LinkStyle.cpp
|
| +++ b/third_party/WebKit/Source/core/html/LinkStyle.cpp
|
| @@ -12,9 +12,9 @@
|
| #include "core/html/HTMLLinkElement.h"
|
| #include "core/loader/FrameLoaderClient.h"
|
| #include "core/loader/resource/CSSStyleSheetResource.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"
|
|
|
| namespace blink {
|
|
|
|
|