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

Side by Side Diff: device/usb/usb_device_handle_usbfs.h

Issue 2443103003: Remove unused include in sequenced_worker_pool.h (Closed)
Patch Set: merge up to r429325 Created 4 years, 1 month 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 unified diff | Download patch
« no previous file with comments | « device/usb/usb_device_handle_android.h ('k') | device/usb/usb_service.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2016 The Chromium Authors. All rights reserved. 1 // Copyright 2016 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef DEVICE_USB_USB_DEVICE_HANDLE_USBFS_H_ 5 #ifndef DEVICE_USB_USB_DEVICE_HANDLE_USBFS_H_
6 #define DEVICE_USB_USB_DEVICE_HANDLE_USBFS_H_ 6 #define DEVICE_USB_USB_DEVICE_HANDLE_USBFS_H_
7 7
8 #include <list> 8 #include <list>
9 #include <map> 9 #include <map>
10 #include <memory> 10 #include <memory>
11 #include <vector> 11 #include <vector>
12 12
13 #include "base/files/scoped_file.h" 13 #include "base/files/scoped_file.h"
14 #include "base/memory/ref_counted.h"
15 #include "base/single_thread_task_runner.h"
14 #include "device/usb/usb_device_handle.h" 16 #include "device/usb/usb_device_handle.h"
15 17
16 struct usbdevfs_urb; 18 struct usbdevfs_urb;
17 19
18 namespace base { 20 namespace base {
19 class SequencedTaskRunner; 21 class SequencedTaskRunner;
20 class SingleThreadTaskRunner; 22 class SingleThreadTaskRunner;
21 } 23 }
22 24
23 namespace device { 25 namespace device {
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
162 // thread's message loop is destroyed but can also be freed by this class on 164 // thread's message loop is destroyed but can also be freed by this class on
163 // destruction. 165 // destruction.
164 FileThreadHelper* helper_; 166 FileThreadHelper* helper_;
165 167
166 std::list<std::unique_ptr<Transfer>> transfers_; 168 std::list<std::unique_ptr<Transfer>> transfers_;
167 }; 169 };
168 170
169 } // namespace device 171 } // namespace device
170 172
171 #endif // DEVICE_USB_USB_DEVICE_HANDLE_USBFS_H_ 173 #endif // DEVICE_USB_USB_DEVICE_HANDLE_USBFS_H_
OLDNEW
« no previous file with comments | « device/usb/usb_device_handle_android.h ('k') | device/usb/usb_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698