summaryrefslogtreecommitdiffstats
path: root/chrome/browser/usb
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/usb
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/usb')
-rw-r--r--chrome/browser/usb/usb_context.cc1
-rw-r--r--chrome/browser/usb/usb_context.h1
-rw-r--r--chrome/browser/usb/usb_device_handle.h1
3 files changed, 0 insertions, 3 deletions
diff --git a/chrome/browser/usb/usb_context.cc b/chrome/browser/usb/usb_context.cc
index a09c2f6..27971e4 100644
--- a/chrome/browser/usb/usb_context.cc
+++ b/chrome/browser/usb/usb_context.cc
@@ -7,7 +7,6 @@
#include "base/logging.h"
#include "base/synchronization/waitable_event.h"
#include "base/threading/platform_thread.h"
-#include "content/public/browser/browser_thread.h"
#include "third_party/libusb/src/libusb/interrupt.h"
#include "third_party/libusb/src/libusb/libusb.h"
diff --git a/chrome/browser/usb/usb_context.h b/chrome/browser/usb/usb_context.h
index 934319d..c914206 100644
--- a/chrome/browser/usb/usb_context.h
+++ b/chrome/browser/usb/usb_context.h
@@ -9,7 +9,6 @@
#include "base/memory/ref_counted.h"
#include "base/memory/scoped_ptr.h"
#include "base/threading/thread_checker.h"
-#include "content/public/browser/browser_thread.h"
struct libusb_context;
diff --git a/chrome/browser/usb/usb_device_handle.h b/chrome/browser/usb/usb_device_handle.h
index 3a5bd47..09cd101 100644
--- a/chrome/browser/usb/usb_device_handle.h
+++ b/chrome/browser/usb/usb_device_handle.h
@@ -13,7 +13,6 @@
#include "base/synchronization/lock.h"
#include "base/threading/thread_checker.h"
#include "chrome/browser/usb/usb_interface.h"
-#include "content/public/browser/browser_thread.h"
#include "net/base/completion_callback.h"
#include "net/base/io_buffer.h"