Index: content/browser/frame_host/render_frame_host_impl.h |
diff --git a/content/browser/frame_host/render_frame_host_impl.h b/content/browser/frame_host/render_frame_host_impl.h |
index fda2cf18b882eb4d26944e846320c49da4d61f82..695a99624d7465a4c5035efd241278d02b096f3c 100644 |
--- a/content/browser/frame_host/render_frame_host_impl.h |
+++ b/content/browser/frame_host/render_frame_host_impl.h |
@@ -636,7 +636,7 @@ class CONTENT_EXPORT RenderFrameHostImpl : public RenderFrameHost, |
blink::WebSandboxFlags flags); |
void OnDidChangeFrameOwnerProperties( |
int32_t frame_routing_id, |
- const blink::WebFrameOwnerProperties& frame_owner_properties); |
+ const blink::WebFrameOwnerProperties& properties); |
void OnUpdateTitle(const base::string16& title, |
blink::WebTextDirection title_direction); |
void OnUpdateEncoding(const std::string& encoding); |