| 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 f0d8d06376d69286e96bfca5db50aa2f39ee9ff3..3aff988b5789d9b9aea2107bfb2941b04ccedbc8 100644
|
| --- a/content/browser/frame_host/render_frame_host_impl.h
|
| +++ b/content/browser/frame_host/render_frame_host_impl.h
|
| @@ -58,7 +58,6 @@ struct FrameHostMsg_ShowPopup_Params;
|
| #endif
|
|
|
| namespace base {
|
| -class FilePath;
|
| class ListValue;
|
| }
|
|
|
| @@ -96,9 +95,7 @@ struct ContentSecurityPolicyHeader;
|
| struct ContextMenuParams;
|
| struct FileChooserParams;
|
| struct FrameOwnerProperties;
|
| -struct GlobalRequestID;
|
| struct FileChooserParams;
|
| -struct Referrer;
|
| struct ResourceResponse;
|
|
|
| class CONTENT_EXPORT RenderFrameHostImpl
|
|
|