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

Unified Diff: third_party/crashpad/crashpad/util/mac/launchd_test.mm

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/util/mac/launchd_test.mm
diff --git a/third_party/crashpad/crashpad/util/mac/launchd_test.mm b/third_party/crashpad/crashpad/util/mac/launchd_test.mm
index 8f60fc91a7250f38d43c25bfa7d5541e9d8b7fe1..7c8640054a69c43b907c85819b556e6d5f03cdc8 100644
--- a/third_party/crashpad/crashpad/util/mac/launchd_test.mm
+++ b/third_party/crashpad/crashpad/util/mac/launchd_test.mm
@@ -16,13 +16,15 @@
#import <Foundation/Foundation.h>
#include <launch.h>
+#include <stddef.h>
+#include <stdint.h>
#include <string.h>
#include <cmath>
#include <limits>
-#include "base/basictypes.h"
#include "base/mac/scoped_launch_data.h"
+#include "base/macros.h"
#include "gtest/gtest.h"
#include "util/stdlib/objc.h"

Powered by Google App Engine
This is Rietveld 408576698