Index: device/usb/usb_device_handle_impl.h |
diff --git a/device/usb/usb_device_handle_impl.h b/device/usb/usb_device_handle_impl.h |
index 682cefd23eb0da9a6e12c8772c16e42d2f2d1e82..ce70d811dbf8fe19aecef841f24e81c004945052 100644 |
--- a/device/usb/usb_device_handle_impl.h |
+++ b/device/usb/usb_device_handle_impl.h |
@@ -149,10 +149,10 @@ class UsbDeviceHandleImpl : public UsbDeviceHandle { |
// before this handle. |
scoped_refptr<UsbContext> context_; |
- base::WeakPtrFactory<UsbDeviceHandleImpl> weak_factory_; |
scoped_refptr<base::SingleThreadTaskRunner> task_runner_; |
base::ThreadChecker thread_checker_; |
+ base::WeakPtrFactory<UsbDeviceHandleImpl> weak_factory_; |
DISALLOW_COPY_AND_ASSIGN(UsbDeviceHandleImpl); |
}; |