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

Unified Diff: test/mac/mach_multiprocess.h

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 | « test/file.cc ('k') | test/mac/mach_multiprocess_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mac/mach_multiprocess.h
diff --git a/test/mac/mach_multiprocess.h b/test/mac/mach_multiprocess.h
index 18324d427e5e28db4a35b339d9ff4e29e7bbf219..0e3a8c420d0428f686c3eab7345508846cca988b 100644
--- a/test/mac/mach_multiprocess.h
+++ b/test/mac/mach_multiprocess.h
@@ -18,7 +18,7 @@
#include <mach/mach.h>
#include <unistd.h>
-#include "base/basictypes.h"
+#include "base/macros.h"
#include "test/multiprocess.h"
namespace crashpad {
« no previous file with comments | « test/file.cc ('k') | test/mac/mach_multiprocess_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698