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

Unified Diff: components/tracing/trace_config_file.cc

Issue 1549993003: Switch to standard integer types in components/, part 4 of 4. (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 | « components/tracing/trace_config_file.h ('k') | components/tracing/tracing_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/tracing/trace_config_file.cc
diff --git a/components/tracing/trace_config_file.cc b/components/tracing/trace_config_file.cc
index f3b908e7736206e63f2029fce387c4505ce449eb..fb84d497535d78230dee1a911a37da730213dbcb 100644
--- a/components/tracing/trace_config_file.cc
+++ b/components/tracing/trace_config_file.cc
@@ -4,6 +4,8 @@
#include "components/tracing/trace_config_file.h"
+#include <stddef.h>
+
#include <string>
#include "base/command_line.h"
@@ -13,6 +15,7 @@
#include "base/logging.h"
#include "base/memory/singleton.h"
#include "base/values.h"
+#include "build/build_config.h"
#include "components/tracing/tracing_switches.h"
namespace tracing {
« no previous file with comments | « components/tracing/trace_config_file.h ('k') | components/tracing/tracing_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698