summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chrome_plugin_host.cc
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-11 01:19:47 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-11 01:19:47 +0000
commit0bc24b5f255230a027a0a3b63c1ece5746519f39 (patch)
tree5d5cc2861278ee49c49058cf7fdc63927c7830a8 /chrome/browser/chrome_plugin_host.cc
parent7c10f7553bf4da999f954e501fc2908e10dd3bcf (diff)
downloadchromium_src-0bc24b5f255230a027a0a3b63c1ece5746519f39.zip
chromium_src-0bc24b5f255230a027a0a3b63c1ece5746519f39.tar.gz
chromium_src-0bc24b5f255230a027a0a3b63c1ece5746519f39.tar.bz2
Cleanup: Remove unneeded includes of chrome_switches.h.
BUG=none TEST=none Review URL: http://codereview.chromium.org/6086003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70978 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/chrome_plugin_host.cc')
-rw-r--r--chrome/browser/chrome_plugin_host.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/chrome_plugin_host.cc b/chrome/browser/chrome_plugin_host.cc
index 09abdea..ac8b41b 100644
--- a/chrome/browser/chrome_plugin_host.cc
+++ b/chrome/browser/chrome_plugin_host.cc
@@ -5,6 +5,8 @@
#include "chrome/browser/chrome_plugin_host.h"
#include <set>
+#include <string>
+#include <vector>
#include "base/basictypes.h"
#include "base/command_line.h"
@@ -31,7 +33,6 @@
#include "chrome/common/chrome_paths.h"
#include "chrome/common/chrome_plugin_lib.h"
#include "chrome/common/chrome_plugin_util.h"
-#include "chrome/common/chrome_switches.h"
#include "chrome/common/gears_api.h"
#include "chrome/common/net/url_request_context_getter.h"
#include "chrome/common/net/url_request_intercept_job.h"