summaryrefslogtreecommitdiffstats
path: root/chrome/common/render_messages_internal.h
diff options
context:
space:
mode:
authornsylvain@google.com <nsylvain@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-05 19:30:48 +0000
committernsylvain@google.com <nsylvain@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-05 19:30:48 +0000
commit6d55c2fbc384e3f02a89b69e29fd8934ba2f0966 (patch)
treec2f481521b064d801604bd0d057b7a24b27a91d3 /chrome/common/render_messages_internal.h
parenta43a39f4892951c51c716da90db042559d3bd5ef (diff)
downloadchromium_src-6d55c2fbc384e3f02a89b69e29fd8934ba2f0966.zip
chromium_src-6d55c2fbc384e3f02a89b69e29fd8934ba2f0966.tar.gz
chromium_src-6d55c2fbc384e3f02a89b69e29fd8934ba2f0966.tar.bz2
Revert change 379 to see if it fixes the build. Please reapply when it's green.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@388 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/render_messages_internal.h')
-rw-r--r--chrome/common/render_messages_internal.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/common/render_messages_internal.h b/chrome/common/render_messages_internal.h
index a81499e..d52417f 100644
--- a/chrome/common/render_messages_internal.h
+++ b/chrome/common/render_messages_internal.h
@@ -35,15 +35,17 @@
#include <vector>
#include "base/gfx/rect.h"
+#include "base/gfx/size.h"
#include "base/shared_memory.h"
#include "chrome/common/ipc_message_macros.h"
#include "webkit/glue/dom_operations.h"
#include "webkit/glue/find_in_page_request.h"
+#include "webkit/glue/cache_manager.h"
#include "webkit/glue/console_message_level.h"
#include "webkit/glue/context_node_types.h"
-#include "webkit/glue/webcursor.h"
#include "webkit/glue/webplugin.h"
#include "webkit/glue/webinputevent.h"
+#include "webkit/glue/window_open_disposition.h"
void RenderMessagesInit();