Index: content/browser/frame_host/frame_tree.h |
diff --git a/content/browser/frame_host/frame_tree.h b/content/browser/frame_host/frame_tree.h |
index 7993316e1ccc18f9024bd5e5811ca81b5444498d..73ba7cb34c9299133919cb6bebb81dffa2693817 100644 |
--- a/content/browser/frame_host/frame_tree.h |
+++ b/content/browser/frame_host/frame_tree.h |
@@ -19,6 +19,7 @@ |
namespace content { |
+struct FrameOwnerProperties; |
class Navigator; |
class RenderFrameHostDelegate; |
class RenderProcessHost; |
@@ -126,7 +127,7 @@ class CONTENT_EXPORT FrameTree { |
const std::string& frame_name, |
const std::string& frame_unique_name, |
blink::WebSandboxFlags sandbox_flags, |
- const blink::WebFrameOwnerProperties& frame_owner_properties); |
+ const FrameOwnerProperties& frame_owner_properties); |
// Removes a frame from the frame tree. |child|, its children, and objects |
// owned by their RenderFrameHostManagers are immediately deleted. The root |