| Index: Source/core/layout/LayoutApplet.h
|
| diff --git a/Source/core/layout/LayoutApplet.h b/Source/core/layout/LayoutApplet.h
|
| index 3468f6494d49dba77fdcb0a3b966df05b48ec2ef..b5095ae4d3102f97c61e8736a8bf45d690d34264 100644
|
| --- a/Source/core/layout/LayoutApplet.h
|
| +++ b/Source/core/layout/LayoutApplet.h
|
| @@ -22,13 +22,13 @@
|
| #ifndef LayoutApplet_h
|
| #define LayoutApplet_h
|
|
|
| -#include "core/rendering/RenderEmbeddedObject.h"
|
| +#include "core/layout/LayoutEmbeddedObject.h"
|
|
|
| namespace blink {
|
|
|
| class HTMLAppletElement;
|
|
|
| -class LayoutApplet final : public RenderEmbeddedObject {
|
| +class LayoutApplet final : public LayoutEmbeddedObject {
|
| public:
|
| explicit LayoutApplet(HTMLAppletElement*);
|
| virtual ~LayoutApplet();
|
|
|