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

Unified Diff: util/synchronization/semaphore_test.cc

Issue 1566713002: Use base/macros.h instead of base/basictypes.h (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Windows #incldue → #include Created 4 years, 11 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 | « util/string/split_string.cc ('k') | util/thread/thread.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: util/synchronization/semaphore_test.cc
diff --git a/util/synchronization/semaphore_test.cc b/util/synchronization/semaphore_test.cc
index f359cbddceebf406909fb6d072538afc0fa30ab2..5f0563a61dfc49f81a0152a0e0b27d4c0c729753 100644
--- a/util/synchronization/semaphore_test.cc
+++ b/util/synchronization/semaphore_test.cc
@@ -14,12 +14,14 @@
#include "util/synchronization/semaphore.h"
+#include <sys/types.h>
+
+#include "gtest/gtest.h"
+
#if defined(OS_POSIX)
#include <pthread.h>
#endif // OS_POSIX
-#include "gtest/gtest.h"
-
namespace crashpad {
namespace test {
namespace {
« no previous file with comments | « util/string/split_string.cc ('k') | util/thread/thread.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698