Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2245)

Unified Diff: device/usb/usb_device_android.h

Issue 2690533002: Remove header dependencies from sequence_checker.h to sequenced_worker_pool.h (Closed)
Patch Set: rebase Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
@@ -9,6 +9,10 @@
#include "base/memory/weak_ptr.h"
#include "device/usb/usb_device.h"
+namespace base {
+class SequencedTaskRunner;
+}
+
namespace device {
class UsbServiceAndroid;

Powered by Google App Engine
This is Rietveld 408576698