| Index: third_party/WebKit/Source/core/html/HTMLImageElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLImageElement.cpp b/third_party/WebKit/Source/core/html/HTMLImageElement.cpp
|
| index 01fc2ac62b9849ede2e4d98b0d73447fdedc8672..350a9b296f2d80cf512b51659a796574e890e1ad 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLImageElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLImageElement.cpp
|
| @@ -53,9 +53,9 @@
|
| #include "core/page/Page.h"
|
| #include "core/style/ContentData.h"
|
| #include "core/svg/graphics/SVGImageForContainer.h"
|
| -#include "platform/ContentType.h"
|
| #include "platform/EventDispatchForbiddenScope.h"
|
| -#include "platform/MIMETypeRegistry.h"
|
| +#include "platform/network/mime/ContentType.h"
|
| +#include "platform/network/mime/MIMETypeRegistry.h"
|
| #include "platform/weborigin/SecurityPolicy.h"
|
|
|
| namespace blink {
|
|
|