Index: third_party/WebKit/Source/core/html/HTMLPlugInElement.h |
diff --git a/third_party/WebKit/Source/core/html/HTMLPlugInElement.h b/third_party/WebKit/Source/core/html/HTMLPlugInElement.h |
index d38b9a5e2f99623cd4be1731def462d8c467d450..be5317e4c3282375360f43d9f7555339f301dc1f 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLPlugInElement.h |
+++ b/third_party/WebKit/Source/core/html/HTMLPlugInElement.h |
@@ -26,7 +26,6 @@ |
#include "bindings/core/v8/SharedPersistent.h" |
#include "core/CoreExport.h" |
#include "core/html/HTMLFrameOwnerElement.h" |
-#include "core/layout/api/LayoutEmbeddedItem.h" |
#include <v8.h> |
@@ -34,6 +33,7 @@ namespace blink { |
class HTMLImageLoader; |
class LayoutPart; |
+class LayoutEmbeddedItem; |
class Widget; |
enum PreferPlugInsForImagesOption { |