| 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 141bb169dc32b9eb72ea2b05e12163eb587d76e1..24909d3d879baa3c4a176dee336d68f79a2eb8fb 100644
|
| --- a/third_party/WebKit/Source/core/frame/Frame.h
|
| +++ b/third_party/WebKit/Source/core/frame/Frame.h
|
| @@ -29,7 +29,6 @@
|
| #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"
|
| @@ -45,6 +44,7 @@ class DOMWrapperWorld;
|
| class Document;
|
| class FrameClient;
|
| class FrameHost;
|
| +class FrameOwner;
|
| class HTMLFrameOwnerElement;
|
| class LayoutPart;
|
| class KURL;
|
|
|