Index: chrome/browser/renderer_host/render_view_host_delegate.h |
=================================================================== |
--- chrome/browser/renderer_host/render_view_host_delegate.h (revision 9176) |
+++ chrome/browser/renderer_host/render_view_host_delegate.h (working copy) |
@@ -9,9 +9,12 @@ |
#include <vector> |
#include "base/basictypes.h" |
-#include "chrome/common/render_messages.h" |
+#include "base/file_path.h" |
+#include "base/logging.h" |
#include "net/base/load_states.h" |
+#include "webkit/glue/password_form.h" |
#include "webkit/glue/webpreferences.h" |
+#include "webkit/glue/window_open_disposition.h" |
class AutofillForm; |
class NavigationEntry; |
@@ -20,8 +23,12 @@ |
class RenderViewHost; |
class SkBitmap; |
class WebContents; |
+class WebKeyboardEvent; |
+struct ThumbnailScore; |
+struct ViewHostMsg_ContextMenu_Params; |
+struct ViewHostMsg_DidPrintPage_Params; |
+struct ViewHostMsg_FrameNavigate_Params; |
struct WebDropData; |
-enum WindowOpenDisposition; |
namespace base { |
class WaitableEvent; |
@@ -35,6 +42,10 @@ |
class Rect; |
} |
+namespace webkit_glue { |
+struct WebApplicationInfo; |
+} |
+ |
// |
// RenderViewHostDelegate |
// |