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

Unified Diff: base/trace_event/heap_profiler_allocation_register_unittest.cc

Issue 1546033002: Switch to standard integer types in base/trace_event/. (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: base/trace_event/heap_profiler_allocation_register_unittest.cc
diff --git a/base/trace_event/heap_profiler_allocation_register_unittest.cc b/base/trace_event/heap_profiler_allocation_register_unittest.cc
index e6447fce3d7f82fb28f85131cf9541c1b8b4345c..b74f052d6511d94abd048bbb4859dc2bd7846ee6 100644
--- a/base/trace_event/heap_profiler_allocation_register_unittest.cc
+++ b/base/trace_event/heap_profiler_allocation_register_unittest.cc
@@ -4,6 +4,9 @@
#include "base/trace_event/heap_profiler_allocation_register.h"
+#include <stddef.h>
+#include <stdint.h>
+
#include "base/process/process_metrics.h"
#include "base/trace_event/heap_profiler_allocation_context.h"
#include "testing/gtest/include/gtest/gtest.h"
« no previous file with comments | « base/trace_event/heap_profiler_allocation_register_posix.cc ('k') | base/trace_event/heap_profiler_allocation_register_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698