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

Unified Diff: components/variations/variations_request_scheduler.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
Index: components/variations/variations_request_scheduler.cc
diff --git a/components/variations/variations_request_scheduler.cc b/components/variations/variations_request_scheduler.cc
index 4834421157be4a1c8cd636ab9a73d97881c86498..08d39d10ce22b6faad27f31c023c3dfada68c6f5 100644
--- a/components/variations/variations_request_scheduler.cc
+++ b/components/variations/variations_request_scheduler.cc
@@ -4,7 +4,10 @@
#include "components/variations/variations_request_scheduler.h"
+#include <stddef.h>
+
#include "base/strings/string_number_conversions.h"
+#include "build/build_config.h"
#include "components/variations/variations_associated_data.h"
namespace variations {
« no previous file with comments | « components/variations/variations_request_scheduler.h ('k') | components/variations/variations_request_scheduler_mobile.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698