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

Unified Diff: mojo/runner/tracer.cc

Issue 1543603002: Switch to standard integer types in mojo/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix 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 | « mojo/runner/tracer.h ('k') | mojo/services/network/cookie_store_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/runner/tracer.cc
diff --git a/mojo/runner/tracer.cc b/mojo/runner/tracer.cc
index d709b4ef5077444a9de2682b3566e5af8c36a31d..a32711310ed573f976c926708c7dee3faa64e516 100644
--- a/mojo/runner/tracer.cc
+++ b/mojo/runner/tracer.cc
@@ -4,6 +4,7 @@
#include "mojo/runner/tracer.h"
+#include <stddef.h>
#include <stdio.h>
#include <string.h>
#include <utility>
« no previous file with comments | « mojo/runner/tracer.h ('k') | mojo/services/network/cookie_store_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698