summaryrefslogtreecommitdiffstats
path: root/chrome/browser/plugin_service.h
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-01 18:23:00 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-01 18:23:00 +0000
commitdcccb943bf4fd080a5574520b0e2150825a57db7 (patch)
tree5f7cab85ba74e825fed2d65beeffc96e38365f1c /chrome/browser/plugin_service.h
parent1d458fa236a1aba5c6adde38607dcfd54d2455e0 (diff)
downloadchromium_src-dcccb943bf4fd080a5574520b0e2150825a57db7.zip
chromium_src-dcccb943bf4fd080a5574520b0e2150825a57db7.tar.gz
chromium_src-dcccb943bf4fd080a5574520b0e2150825a57db7.tar.bz2
Fix a bunch of header includes. I removed some unnecessary headers from a
variety of places and added ones in other files that were accidentally depending on them. Review URL: http://codereview.chromium.org/19742 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9022 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/plugin_service.h')
-rw-r--r--chrome/browser/plugin_service.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/plugin_service.h b/chrome/browser/plugin_service.h
index d7ad9ae..c569bdb 100644
--- a/chrome/browser/plugin_service.h
+++ b/chrome/browser/plugin_service.h
@@ -13,6 +13,7 @@
#include "base/basictypes.h"
#include "base/hash_tables.h"
#include "base/lock.h"
+#include "base/ref_counted.h"
#include "chrome/browser/browser_process.h"
#include "webkit/glue/webplugin.h"
@@ -20,6 +21,7 @@ namespace IPC {
class Message;
}
+class MessageLoop;
class PluginProcessHost;
class URLRequestContext;
class ResourceDispatcherHost;