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

Unified Diff: third_party/crashpad/crashpad/util/mach/notify_server.cc

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/mach/notify_server.cc
diff --git a/third_party/crashpad/crashpad/util/mach/notify_server.cc b/third_party/crashpad/crashpad/util/mach/notify_server.cc
index 48a4a9e93764fa803cb1fe4902193b74bb5b7916..da1d2c81859e16d61ac39f2d63977f3b70c094e3 100644
--- a/third_party/crashpad/crashpad/util/mach/notify_server.cc
+++ b/third_party/crashpad/crashpad/util/mach/notify_server.cc
@@ -15,8 +15,9 @@
#include "util/mach/notify_server.h"
#include "base/logging.h"
-#include "util/mach/notifyServer.h"
+#include "base/macros.h"
#include "util/mach/mach_message.h"
+#include "util/mach/notifyServer.h"
extern "C" {

Powered by Google App Engine
This is Rietveld 408576698