summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/webplugin_delegate_proxy.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/renderer/webplugin_delegate_proxy.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/renderer/webplugin_delegate_proxy.cc')
-rw-r--r--chrome/renderer/webplugin_delegate_proxy.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/renderer/webplugin_delegate_proxy.cc b/chrome/renderer/webplugin_delegate_proxy.cc
index e76977f..c9bbf17 100644
--- a/chrome/renderer/webplugin_delegate_proxy.cc
+++ b/chrome/renderer/webplugin_delegate_proxy.cc
@@ -21,7 +21,6 @@
#include "base/sys_info.h"
#include "base/utf_string_conversions.h"
#include "chrome/common/child_process_logging.h"
-#include "chrome/common/chrome_switches.h"
#include "chrome/common/plugin_messages.h"
#include "chrome/common/render_messages.h"
#include "chrome/plugin/npobject_proxy.h"
@@ -1567,4 +1566,3 @@ void WebPluginDelegateProxy::OnURLRedirectResponse(bool allow,
plugin_->URLRedirectResponse(allow, resource_id);
}
-