Index: chrome/common/render_messages_internal.h |
diff --git a/chrome/common/render_messages_internal.h b/chrome/common/render_messages_internal.h |
index a9efdc8e65baedfdeb34e053c7125940990574cf..95389c468d4d0666c7851f6014af2167ff29a099 100644 |
--- a/chrome/common/render_messages_internal.h |
+++ b/chrome/common/render_messages_internal.h |
@@ -24,7 +24,6 @@ |
#include "chrome/common/nacl_types.h" |
#include "chrome/common/notification_type.h" |
#include "chrome/common/page_zoom.h" |
-#include "chrome/common/thumbnail_score.h" |
#include "chrome/common/translate_errors.h" |
#include "chrome/common/window_container_type.h" |
#include "gfx/rect.h" |
@@ -34,7 +33,6 @@ |
#include "third_party/skia/include/core/SkBitmap.h" |
#include "webkit/glue/dom_operations.h" |
#include "webkit/glue/form_field.h" |
-#include "webkit/glue/webcursor.h" |
#if defined(OS_POSIX) |
#include "base/file_descriptor_posix.h" |
@@ -52,6 +50,9 @@ |
// Substitution map for l10n messages. |
typedef std::map<std::string, std::string> SubstitutionMap; |
+struct ThumbnailScore; |
+class WebCursor; |
+ |
//----------------------------------------------------------------------------- |
// RenderView messages |
// These are messages sent from the browser to the renderer process. |