| Index: third_party/WebKit/Source/core/html/HTMLObjectElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLObjectElement.cpp b/third_party/WebKit/Source/core/html/HTMLObjectElement.cpp
|
| index abd237c1423dd5be9bbb61c4b8347fce2935ab85..3d6ddbfc0da37d7b21384b38871f60199a71c9f6 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLObjectElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLObjectElement.cpp
|
| @@ -42,8 +42,8 @@
|
| #include "core/layout/api/LayoutEmbeddedItem.h"
|
| #include "core/loader/FrameLoaderClient.h"
|
| #include "core/plugins/PluginView.h"
|
| -#include "platform/MIMETypeRegistry.h"
|
| #include "platform/Widget.h"
|
| +#include "platform/network/mime/MIMETypeRegistry.h"
|
|
|
| namespace blink {
|
|
|
|
|