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

Unified Diff: components/variations/synthetic_trials.h

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/synthetic_trials.h
diff --git a/components/variations/synthetic_trials.h b/components/variations/synthetic_trials.h
index b5b4240334978e82afe6a6c7383aaf8772d1cec5..fa47e64ba76c36fccdf643ed4b36cea3a2ac82a2 100644
--- a/components/variations/synthetic_trials.h
+++ b/components/variations/synthetic_trials.h
@@ -5,6 +5,8 @@
#ifndef COMPONENTS_VARIATIONS_SYNTHETIC_TRIALS_H_
#define COMPONENTS_VARIATIONS_SYNTHETIC_TRIALS_H_
+#include <stdint.h>
+
#include <vector>
#include "base/compiler_specific.h"
« no previous file with comments | « components/variations/study_filtering_unittest.cc ('k') | components/variations/variations_associated_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698