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

Unified Diff: third_party/crashpad/crashpad/test/multiprocess_exec.h

Issue 1550683003: Switch to standard integer types in third_party/crashpad/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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
Index: third_party/crashpad/crashpad/test/multiprocess_exec.h
diff --git a/third_party/crashpad/crashpad/test/multiprocess_exec.h b/third_party/crashpad/crashpad/test/multiprocess_exec.h
index 2d8f3389e65ab537db995d01df0d54abf51d1e00..9b2ffc1c7ab7c18162594c8a7ee1151b7b8d12a3 100644
--- a/third_party/crashpad/crashpad/test/multiprocess_exec.h
+++ b/third_party/crashpad/crashpad/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"

Powered by Google App Engine
This is Rietveld 408576698