Index: content/public/browser/file_descriptor_info.h |
diff --git a/content/public/browser/file_descriptor_info.h b/content/public/browser/file_descriptor_info.h |
index 2248eb690f1b942aac9a4901f86ed6e825d65403..afe669d90884dc44eb5056bc37d63c6cca7d6b4f 100644 |
--- a/content/public/browser/file_descriptor_info.h |
+++ b/content/public/browser/file_descriptor_info.h |
@@ -24,6 +24,8 @@ struct FileDescriptorInfo { |
base::FileDescriptor fd; |
}; |
+typedef std::vector<FileDescriptorInfo> FDInfoList; |
jam
2012/10/19 16:39:17
nit: this is personal style, but it seems unnecess
Jay Civelli
2012/10/22 22:09:48
Done.
|
+ |
} |
#endif // CONTENT_PUBLIC_BROWSER_FILE_DESCRIPTOR_INFO_H_ |