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

Unified Diff: components/variations/variations_http_header_provider.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_http_header_provider.cc
diff --git a/components/variations/variations_http_header_provider.cc b/components/variations/variations_http_header_provider.cc
index 97f96b03e2e2a4e5d316666d19c098a9f27491a7..2739aef04f14ecad9ef1f5d198e6d6330cdbc9e2 100644
--- a/components/variations/variations_http_header_provider.cc
+++ b/components/variations/variations_http_header_provider.cc
@@ -4,6 +4,8 @@
#include "components/variations/variations_http_header_provider.h"
+#include <stddef.h>
+
#include <set>
#include <string>
#include <vector>
« no previous file with comments | « components/variations/variations_http_header_provider.h ('k') | components/variations/variations_request_scheduler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698