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

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

Issue 2229573002: Change the canonical way to include the C macros.h to <mojo/macros.h>. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 4 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/perftest_utils.cc ('k') | mojo/public/cpp/bindings/lib/array_internal.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_set_perftest.cc
diff --git a/mojo/public/c/system/tests/wait_set_perftest.cc b/mojo/public/c/system/tests/wait_set_perftest.cc
index 40f72af8d5c6cad01304d93d0722782b620bb5a4..6c58c7e6b5fb1d7738b1561530607f6f5d4dc94f 100644
--- a/mojo/public/c/system/tests/wait_set_perftest.cc
+++ b/mojo/public/c/system/tests/wait_set_perftest.cc
@@ -7,6 +7,7 @@
#include "mojo/public/c/system/wait_set.h"
#include <assert.h>
+#include <mojo/macros.h>
#include <stdint.h>
#include <stdio.h>
@@ -15,7 +16,6 @@
#include <vector>
#include "mojo/public/c/system/handle.h"
-#include "mojo/public/c/system/macros.h"
#include "mojo/public/c/system/message_pipe.h"
#include "mojo/public/c/system/result.h"
#include "mojo/public/c/system/tests/perftest_utils.h"
« no previous file with comments | « mojo/public/c/system/tests/perftest_utils.cc ('k') | mojo/public/cpp/bindings/lib/array_internal.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698