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

Unified Diff: components/rappor/rappor_prefs_unittest.cc

Issue 1551433002: Switch to standard integer types in components/, part 3 of 4. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more 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 | « components/rappor/rappor_prefs.h ('k') | components/rappor/rappor_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/rappor/rappor_prefs_unittest.cc
diff --git a/components/rappor/rappor_prefs_unittest.cc b/components/rappor/rappor_prefs_unittest.cc
index 410de1e282381cd0f7b8be47057a45761f90756e..f64f454e16bcd2b99cf05d2a5e89bf742308c246 100644
--- a/components/rappor/rappor_prefs_unittest.cc
+++ b/components/rappor/rappor_prefs_unittest.cc
@@ -4,7 +4,10 @@
#include "components/rappor/rappor_prefs.h"
+#include <stdint.h>
+
#include "base/base64.h"
+#include "base/macros.h"
#include "base/prefs/testing_pref_service.h"
#include "base/test/histogram_tester.h"
#include "components/rappor/byte_vector_utils.h"
« no previous file with comments | « components/rappor/rappor_prefs.h ('k') | components/rappor/rappor_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698