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

Unified Diff: tools/gn/trace.cc

Issue 1549203002: Switch to standard integer types in tools/. (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
« no previous file with comments | « tools/gn/toolchain.cc ('k') | tools/gn/unique_vector.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/trace.cc
diff --git a/tools/gn/trace.cc b/tools/gn/trace.cc
index 5844293d1329aea657aed7c5f87be7a7451ccb90..13ebf6202c5bfefa96ce4e45f5ba1392ddd99078 100644
--- a/tools/gn/trace.cc
+++ b/tools/gn/trace.cc
@@ -4,6 +4,8 @@
#include "tools/gn/trace.h"
+#include <stddef.h>
+
#include <algorithm>
#include <map>
#include <sstream>
@@ -14,6 +16,7 @@
#include "base/files/file_util.h"
#include "base/json/string_escape.h"
#include "base/logging.h"
+#include "base/macros.h"
#include "base/strings/stringprintf.h"
#include "base/synchronization/lock.h"
#include "tools/gn/filesystem_utils.h"
« no previous file with comments | « tools/gn/toolchain.cc ('k') | tools/gn/unique_vector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698