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

Unified Diff: device/usb/usb_descriptors.h

Issue 869063004: Remove iterator typedefs for USB descriptor types. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/usb/usb_descriptors.h
diff --git a/device/usb/usb_descriptors.h b/device/usb/usb_descriptors.h
index 2881aba6eca7ed2325c341744e7869e0f0564725..0395f1d420973c91ea5e91af4c9d09aee0072776 100644
--- a/device/usb/usb_descriptors.h
+++ b/device/usb/usb_descriptors.h
@@ -39,8 +39,6 @@ struct UsbEndpointDescriptor {
UsbEndpointDescriptor();
~UsbEndpointDescriptor();
- typedef std::vector<UsbEndpointDescriptor>::const_iterator Iterator;
-
uint8_t address;
UsbEndpointDirection direction;
uint16_t maximum_packet_size;
@@ -55,8 +53,6 @@ struct UsbInterfaceDescriptor {
UsbInterfaceDescriptor();
~UsbInterfaceDescriptor();
- typedef std::vector<UsbInterfaceDescriptor>::const_iterator Iterator;
-
uint8_t interface_number;
uint8_t alternate_setting;
uint8_t interface_class;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698