Index: third_party/WebKit/Source/core/frame/Frame.h |
diff --git a/third_party/WebKit/Source/core/frame/Frame.h b/third_party/WebKit/Source/core/frame/Frame.h |
index 2fe78959f189ac0802f972d3e48ad934d1f0d530..4ef2a92ddc347327508a4efb808bc5e2850c36c9 100644 |
--- a/third_party/WebKit/Source/core/frame/Frame.h |
+++ b/third_party/WebKit/Source/core/frame/Frame.h |
@@ -29,6 +29,7 @@ |
#define Frame_h |
#include "core/CoreExport.h" |
+#include "core/frame/FrameOwner.h" |
#include "core/frame/FrameTypes.h" |
#include "core/loader/FrameLoaderTypes.h" |
#include "core/page/FrameTree.h" |
@@ -43,7 +44,6 @@ class DOMWrapperWorld; |
class Document; |
class FrameClient; |
class FrameHost; |
-class FrameOwner; |
class HTMLFrameOwnerElement; |
class LayoutPart; |
class KURL; |