| 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 e5c5aaec361848087d4e54265076ad15ce5e47c9..9fad3ca839ddab7f167ff204e449754d7a862f2a 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLImageElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLImageElement.cpp
|
| @@ -54,9 +54,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 {
|
|
|