summaryrefslogtreecommitdiffstats
path: root/chrome/browser/plugins
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-13 15:08:34 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-13 15:08:34 +0000
commit9e1685abd925f30dde2ea814e245094ccae4bf43 (patch)
tree760ec76505a6be84081aeb3e7166cd12dd31193b /chrome/browser/plugins
parentcea233428db88650571800265709025d391ccfc0 (diff)
downloadchromium_src-9e1685abd925f30dde2ea814e245094ccae4bf43.zip
chromium_src-9e1685abd925f30dde2ea814e245094ccae4bf43.tar.gz
chromium_src-9e1685abd925f30dde2ea814e245094ccae4bf43.tar.bz2
Cleanup: Remove unneeded browser_thread.h includes.
Do some lint cleanups too. Review URL: https://codereview.chromium.org/156703006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251011 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/plugins')
-rw-r--r--chrome/browser/plugins/plugin_infobar_delegates.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/browser/plugins/plugin_infobar_delegates.cc b/chrome/browser/plugins/plugin_infobar_delegates.cc
index 2c46ad2..846835a 100644
--- a/chrome/browser/plugins/plugin_infobar_delegates.cc
+++ b/chrome/browser/plugins/plugin_infobar_delegates.cc
@@ -18,7 +18,6 @@
#include "chrome/browser/shell_integration.h"
#include "chrome/browser/ui/browser_commands.h"
#include "chrome/common/url_constants.h"
-#include "content/public/browser/browser_thread.h"
#include "content/public/browser/render_process_host.h"
#include "content/public/browser/render_view_host.h"
#include "content/public/browser/user_metrics.h"