summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/render_thread.h
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-11 21:23:55 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-11 21:23:55 +0000
commit216974c9ca0ac56c6a0da2f46e683d06a653751b (patch)
tree91ad450edbd9b41b5c489857d1025506febe8161 /chrome/renderer/render_thread.h
parentafb6432f8c61afd001aa2af8a6481d12d7518899 (diff)
downloadchromium_src-216974c9ca0ac56c6a0da2f46e683d06a653751b.zip
chromium_src-216974c9ca0ac56c6a0da2f46e683d06a653751b.tar.gz
chromium_src-216974c9ca0ac56c6a0da2f46e683d06a653751b.tar.bz2
janitorial: clean up unnecessary includes in src/chrome/renderer.
Review URL: http://codereview.chromium.org/20266 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9594 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/renderer/render_thread.h')
-rw-r--r--chrome/renderer/render_thread.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/chrome/renderer/render_thread.h b/chrome/renderer/render_thread.h
index 7d6bca0..44dd548 100644
--- a/chrome/renderer/render_thread.h
+++ b/chrome/renderer/render_thread.h
@@ -7,23 +7,22 @@
#include <vector>
-#include "base/file_path.h"
#include "base/gfx/native_widget_types.h"
-#include "base/ref_counted.h"
#include "base/shared_memory.h"
#include "base/task.h"
#include "base/thread.h"
#include "build/build_config.h"
#include "chrome/common/ipc_sync_channel.h"
#include "chrome/common/message_router.h"
-#include "chrome/common/modal_dialog_event.h"
+class FilePath;
+class NotificationService;
+class RenderDnsMaster;
class SkBitmap;
+class UserScriptSlave;
class VisitedLinkSlave;
+struct ModalDialogEvent;
struct WebPreferences;
-class RenderDnsMaster;
-class NotificationService;
-class UserScriptSlave;
// The RenderThreadBase is the minimal interface that a RenderView/Widget
// expects from a render thread. The interface basically abstracts a way to send