summaryrefslogtreecommitdiffstats
path: root/content/browser/plugin_process_host.cc
diff options
context:
space:
mode:
authormichaeln@google.com <michaeln@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-10 00:03:41 +0000
committermichaeln@google.com <michaeln@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-10 00:03:41 +0000
commit10d861c5af3cb03a4e380c4975df61d1d6ab22a4 (patch)
tree36650e276aa8b0164913144dedfc7abe7b0a8210 /content/browser/plugin_process_host.cc
parent5a2b68f0a99d6b22d25488753e09112a9c64bfc2 (diff)
downloadchromium_src-10d861c5af3cb03a4e380c4975df61d1d6ab22a4.zip
chromium_src-10d861c5af3cb03a4e380c4975df61d1d6ab22a4.tar.gz
chromium_src-10d861c5af3cb03a4e380c4975df61d1d6ab22a4.tar.bz2
Super minor cleanup, remove a couple of includes that aren't needed.
Review URL: http://codereview.chromium.org/7864015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109336 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/plugin_process_host.cc')
-rw-r--r--content/browser/plugin_process_host.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/content/browser/plugin_process_host.cc b/content/browser/plugin_process_host.cc
index 1930bab..b21a5da 100644
--- a/content/browser/plugin_process_host.cc
+++ b/content/browser/plugin_process_host.cc
@@ -21,12 +21,11 @@
#include "base/string_util.h"
#include "base/utf_string_conversions.h"
#include "content/browser/plugin_service.h"
-#include "content/browser/renderer_host/resource_dispatcher_host.h"
-#include "content/browser/renderer_host/resource_message_filter.h"
#include "content/common/plugin_messages.h"
#include "content/common/resource_messages.h"
#include "content/public/browser/browser_thread.h"
#include "content/public/browser/content_browser_client.h"
+#include "content/public/browser/notification_types.h"
#include "content/public/common/content_switches.h"
#include "ipc/ipc_switches.h"
#include "ui/base/ui_base_switches.h"