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

Unified Diff: sandbox/mac/xpc_message_server_unittest.cc

Issue 1538283002: Switch to standard integer types in sandbox/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: macros 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
« no previous file with comments | « sandbox/mac/xpc_message_server.h ('k') | sandbox/mac/xpc_stubs_header.fragment » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sandbox/mac/xpc_message_server_unittest.cc
diff --git a/sandbox/mac/xpc_message_server_unittest.cc b/sandbox/mac/xpc_message_server_unittest.cc
index 26e4ad0dcc484584f4de8c82b4e69a145b542af9..585a627c5122e1711335cc0fa992f3bffd56ba49 100644
--- a/sandbox/mac/xpc_message_server_unittest.cc
+++ b/sandbox/mac/xpc_message_server_unittest.cc
@@ -7,6 +7,7 @@
#include <Block.h>
#include <mach/mach.h>
#include <servers/bootstrap.h>
+#include <stdint.h>
#include "base/command_line.h"
#include "base/logging.h"
« no previous file with comments | « sandbox/mac/xpc_message_server.h ('k') | sandbox/mac/xpc_stubs_header.fragment » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698