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 24909d3d879baa3c4a176dee336d68f79a2eb8fb..141bb169dc32b9eb72ea2b05e12163eb587d76e1 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" |
@@ -44,7 +45,6 @@ class DOMWrapperWorld; |
class Document; |
class FrameClient; |
class FrameHost; |
-class FrameOwner; |
class HTMLFrameOwnerElement; |
class LayoutPart; |
class KURL; |