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

Unified Diff: chrome/common/resource_usage_reporter_type_converters.cc

Issue 1548153002: Switch to standard integer types in chrome/. (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 | « chrome/common/render_messages.h ('k') | chrome/common/safe_browsing/binary_feature_extractor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/resource_usage_reporter_type_converters.cc
diff --git a/chrome/common/resource_usage_reporter_type_converters.cc b/chrome/common/resource_usage_reporter_type_converters.cc
index 89b03413d0b5d708e1aa81e5b19955e6539a7e5b..03b4b62bdabb69c55838c5a83b4512260c8a6947 100644
--- a/chrome/common/resource_usage_reporter_type_converters.cc
+++ b/chrome/common/resource_usage_reporter_type_converters.cc
@@ -4,6 +4,8 @@
#include "chrome/common/resource_usage_reporter_type_converters.h"
+#include <stddef.h>
+
#include "base/numerics/safe_conversions.h"
namespace mojo {
« no previous file with comments | « chrome/common/render_messages.h ('k') | chrome/common/safe_browsing/binary_feature_extractor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698