Index: content/browser/frame_host/navigator.h |
diff --git a/content/browser/frame_host/navigator.h b/content/browser/frame_host/navigator.h |
index 3424428fc070d950bbe90ae192d2ce6fdfb12075..8ecf85e31563e84ac711432e2ff0fc58e07a3895 100644 |
--- a/content/browser/frame_host/navigator.h |
+++ b/content/browser/frame_host/navigator.h |
@@ -13,7 +13,6 @@ |
#include "ui/base/window_open_disposition.h" |
class GURL; |
-struct FrameHostMsg_BeginNavigation_Params; |
struct FrameHostMsg_DidCommitProvisionalLoad_Params; |
struct FrameHostMsg_DidFailProvisionalLoadWithError_Params; |
@@ -25,16 +24,12 @@ namespace content { |
class FrameNavigationEntry; |
class FrameTreeNode; |
-class NavigationControllerImpl; |
-class NavigationEntryImpl; |
class NavigationHandleImpl; |
class NavigationRequest; |
class RenderFrameHostImpl; |
class ResourceRequestBodyImpl; |
-class StreamHandle; |
struct BeginNavigationParams; |
struct CommonNavigationParams; |
-struct ResourceResponse; |
// Implementations of this interface are responsible for performing navigations |
// in a node of the FrameTree. Its lifetime is bound to all FrameTreeNode |