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

Unified Diff: mojo/public/c/system/tests/message_pipe_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/handle_unittest.cc ('k') | mojo/public/c/system/tests/result_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/c/system/tests/message_pipe_unittest.cc
diff --git a/mojo/public/c/system/tests/message_pipe_unittest.cc b/mojo/public/c/system/tests/message_pipe_unittest.cc
index 9f6166f66b46a261dc235abfefef5ff41f8a2d5a..2c61f9f9e882b39e8e40870c56aa5ba7baba041f 100644
--- a/mojo/public/c/system/tests/message_pipe_unittest.cc
+++ b/mojo/public/c/system/tests/message_pipe_unittest.cc
@@ -5,9 +5,10 @@
// This file tests the C message pipe API (the functions declared in
// mojo/public/c/system/message_pipe.h).
+#include "mojo/public/c/system/message_pipe.h"
+
#include "mojo/public/c/system/buffer.h"
#include "mojo/public/c/system/handle.h"
-#include "mojo/public/c/system/message_pipe.h"
#include "mojo/public/c/system/result.h"
#include "mojo/public/c/system/wait.h"
#include "testing/gtest/include/gtest/gtest.h"
« no previous file with comments | « mojo/public/c/system/tests/handle_unittest.cc ('k') | mojo/public/c/system/tests/result_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698