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

Unified Diff: mojo/public/c/system/tests/wait_unittest.cc

Issue 2106433002: Add thunks for wait set operations, together with public tests. (Closed) Base URL: https://github.com/domokit/mojo.git@work791_wait_set_6-x-work790_wait_set_5.4
Patch Set: doh Created 4 years, 6 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 | « mojo/public/c/system/tests/wait_set_unittest.cc ('k') | mojo/public/c/system/wait_set.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/c/system/tests/wait_unittest.cc
diff --git a/mojo/public/c/system/tests/wait_unittest.cc b/mojo/public/c/system/tests/wait_unittest.cc
index 1d26faa925e9b5508a33a82089bfc30c5f424dbe..541043e08106ad5db78121be3f038b9e16180fd0 100644
--- a/mojo/public/c/system/tests/wait_unittest.cc
+++ b/mojo/public/c/system/tests/wait_unittest.cc
@@ -5,9 +5,10 @@
// This file tests the C wait API (the functions declared in
// mojo/public/c/system/wait.h).
+#include "mojo/public/c/system/wait.h"
+
#include "mojo/public/c/system/handle.h"
#include "mojo/public/c/system/result.h"
-#include "mojo/public/c/system/wait.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace {
« no previous file with comments | « mojo/public/c/system/tests/wait_set_unittest.cc ('k') | mojo/public/c/system/wait_set.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698