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

Unified Diff: test/multiprocess_exec.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/multiprocess.h ('k') | test/multiprocess_exec_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/multiprocess_exec.h
diff --git a/test/multiprocess_exec.h b/test/multiprocess_exec.h
index 2d8f3389e65ab537db995d01df0d54abf51d1e00..9b2ffc1c7ab7c18162594c8a7ee1151b7b8d12a3 100644
--- a/test/multiprocess_exec.h
+++ b/test/multiprocess_exec.h
@@ -18,7 +18,7 @@
#include <string>
#include <vector>
-#include "base/basictypes.h"
+#include "base/macros.h"
#include "build/build_config.h"
#include "test/multiprocess.h"
« no previous file with comments | « test/multiprocess.h ('k') | test/multiprocess_exec_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698