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

Unified Diff: components/variations/caching_permuted_entropy_provider_unittest.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/caching_permuted_entropy_provider_unittest.cc
diff --git a/components/variations/caching_permuted_entropy_provider_unittest.cc b/components/variations/caching_permuted_entropy_provider_unittest.cc
index 269feab0fe5dcad7b2ab8be535356806fbb01fc7..1b1095bc7f60d03b6ad90528851dfdd9f639ae8c 100644
--- a/components/variations/caching_permuted_entropy_provider_unittest.cc
+++ b/components/variations/caching_permuted_entropy_provider_unittest.cc
@@ -4,9 +4,11 @@
#include "components/variations/caching_permuted_entropy_provider.h"
+#include <stddef.h>
+
#include <string>
-#include "base/basictypes.h"
+#include "base/macros.h"
#include "base/prefs/testing_pref_service.h"
#include "testing/gtest/include/gtest/gtest.h"
« no previous file with comments | « components/variations/caching_permuted_entropy_provider.cc ('k') | components/variations/entropy_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698