Index: content/browser/frame_host/navigation_controller_delegate.h |
diff --git a/content/browser/frame_host/navigation_controller_delegate.h b/content/browser/frame_host/navigation_controller_delegate.h |
index 777599e305bda2ffd81cd63b7aae8332e281f24f..60df123f4c8e48769414e3237c4bf1c2ba35f06f 100644 |
--- a/content/browser/frame_host/navigation_controller_delegate.h |
+++ b/content/browser/frame_host/navigation_controller_delegate.h |
@@ -15,16 +15,12 @@ |
namespace content { |
struct LoadCommittedDetails; |
-struct LoadNotificationDetails; |
-struct NativeWebKeyboardEvent; |
class FrameTree; |
class InterstitialPage; |
class InterstitialPageImpl; |
class RenderFrameHost; |
class RenderViewHost; |
-class SiteInstance; |
class WebContents; |
-class WebContentsDelegate; |
// Interface for objects embedding a NavigationController to provide the |
// functionality NavigationController needs. |