Chromium Code Reviews| Index: device/usb/usb_device_android.h |
| diff --git a/device/usb/usb_device_android.h b/device/usb/usb_device_android.h |
| index af6a59e512460e3b8cce79ef289bcac4033a8ecb..699354e9f7bff852b322c5176783da9e69fe58f1 100644 |
| --- a/device/usb/usb_device_android.h |
| +++ b/device/usb/usb_device_android.h |
| @@ -8,6 +8,10 @@ |
| #include "base/android/scoped_java_ref.h" |
| #include "base/memory/weak_ptr.h" |
| #include "device/usb/usb_device.h" |
| + |
| +namespace base { |
| +class SequencedTaskRunner; |
| +} |
| namespace device { |