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

Unified Diff: components/metrics/leak_detector/call_stack_table.h

Issue 1548113002: Switch to standard integer types in components/, part 2 of 4. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gn 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: components/metrics/leak_detector/call_stack_table.h
diff --git a/components/metrics/leak_detector/call_stack_table.h b/components/metrics/leak_detector/call_stack_table.h
index 8772e317cbd51d6d1830606cc249e324252053fc..08503b3ff7d407f66f024e5af2450ebb0fb990c0 100644
--- a/components/metrics/leak_detector/call_stack_table.h
+++ b/components/metrics/leak_detector/call_stack_table.h
@@ -5,6 +5,7 @@
#ifndef COMPONENTS_METRICS_LEAK_DETECTOR_CALL_STACK_TABLE_H_
#define COMPONENTS_METRICS_LEAK_DETECTOR_CALL_STACK_TABLE_H_
+#include <stddef.h>
#include <stdint.h>
#include <functional> // For std::equal_to.
« no previous file with comments | « components/metrics/leak_detector/call_stack_manager.h ('k') | components/metrics/leak_detector/leak_analyzer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698