Chromium Code Reviews| Index: device/usb/usb_context.cc |
| diff --git a/device/usb/usb_context.cc b/device/usb/usb_context.cc |
| index ba9779831710d96421e85e8680cd166b601f9556..89246bc8f6da5fca22aebfa6f5027198272383e7 100644 |
| --- a/device/usb/usb_context.cc |
| +++ b/device/usb/usb_context.cc |
| @@ -67,7 +67,6 @@ UsbContext::UsbContext(PlatformUsbContext context) : context_(context) { |
| } |
| UsbContext::~UsbContext() { |
| - DCHECK(thread_checker_.CalledOnValidThread()); |
| event_handler_->Stop(); |
| event_handler_->Join(); |
| } |