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

Unified Diff: components/data_usage/android/traffic_stats_amortizer.h

Issue 1546143002: Switch to standard integer types in components/, part 1 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
Index: components/data_usage/android/traffic_stats_amortizer.h
diff --git a/components/data_usage/android/traffic_stats_amortizer.h b/components/data_usage/android/traffic_stats_amortizer.h
index 9bf5f39be69ac76b7abbd9a7524e5138974f7f7b..aa6d1e1dfd07a07df7a9fb80eabb15ed7a9e4c07 100644
--- a/components/data_usage/android/traffic_stats_amortizer.h
+++ b/components/data_usage/android/traffic_stats_amortizer.h
@@ -5,6 +5,7 @@
#ifndef COMPONENTS_DATA_USAGE_ANDROID_TRAFFIC_STATS_AMORTIZER_H_
#define COMPONENTS_DATA_USAGE_ANDROID_TRAFFIC_STATS_AMORTIZER_H_
+#include <stddef.h>
#include <stdint.h>
#include <utility>

Powered by Google App Engine
This is Rietveld 408576698