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

Unified Diff: base/test/mock_entropy_provider.cc

Issue 1544113002: Switch to standard integer types in base/test/. (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
« no previous file with comments | « base/test/mock_entropy_provider.h ('k') | base/test/mock_log.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/test/mock_entropy_provider.cc
diff --git a/base/test/mock_entropy_provider.cc b/base/test/mock_entropy_provider.cc
index 75186a56a1adb5102f5828f7e1c725a4940400e8..a4cc9727ce03bb40ba34e94f45dc51fdabf2cf5a 100644
--- a/base/test/mock_entropy_provider.cc
+++ b/base/test/mock_entropy_provider.cc
@@ -9,7 +9,8 @@ namespace base {
MockEntropyProvider::~MockEntropyProvider() {}
double MockEntropyProvider::GetEntropyForTrial(
- const std::string& trial_name, uint32 randomization_seed) const {
+ const std::string& trial_name,
+ uint32_t randomization_seed) const {
return 0.5;
}
« no previous file with comments | « base/test/mock_entropy_provider.h ('k') | base/test/mock_log.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698