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

Unified Diff: mojo/edk/system/handle.h

Issue 1949153002: EDK: Add HandleTable::AddHandleVector(). (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 7 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 | mojo/edk/system/handle_table.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/edk/system/handle.h
diff --git a/mojo/edk/system/handle.h b/mojo/edk/system/handle.h
index 62218ceb21772208b3a7f8374025b98ebc1ebfb2..df7fac2753a03adda9b4a0c212250fdbe92bf58d 100644
--- a/mojo/edk/system/handle.h
+++ b/mojo/edk/system/handle.h
@@ -5,6 +5,8 @@
#ifndef MOJO_EDK_SYSTEM_HANDLE_H_
#define MOJO_EDK_SYSTEM_HANDLE_H_
+#include <vector>
+
#include "mojo/edk/util/ref_ptr.h"
#include "mojo/public/c/system/handle.h"
@@ -42,6 +44,8 @@ struct Handle {
MojoHandleRights rights;
};
+using HandleVector = std::vector<Handle>;
+
} // namespace system
} // namespace mojo
« no previous file with comments | « no previous file | mojo/edk/system/handle_table.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698