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

Unified Diff: third_party/cacheinvalidation/overrides/google/cacheinvalidation/deps/random.cc

Issue 1502503004: Remove kuint64max. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@kint8
Patch Set: rebase 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 | « third_party/cacheinvalidation/overrides/google/cacheinvalidation/deps/random.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/cacheinvalidation/overrides/google/cacheinvalidation/deps/random.cc
diff --git a/third_party/cacheinvalidation/overrides/google/cacheinvalidation/deps/random.cc b/third_party/cacheinvalidation/overrides/google/cacheinvalidation/deps/random.cc
index 808baa65cc392f36ac9effed3c963b37ab0e7faf..585a6a2bd78b60ca18d8d54e4bb0821138724776 100644
--- a/third_party/cacheinvalidation/overrides/google/cacheinvalidation/deps/random.cc
+++ b/third_party/cacheinvalidation/overrides/google/cacheinvalidation/deps/random.cc
@@ -10,7 +10,7 @@ double Random::RandDouble() {
return base::RandDouble();
}
-uint64 Random::RandUint64() {
+uint64_t Random::RandUint64() {
return base::RandUint64();
}
« no previous file with comments | « third_party/cacheinvalidation/overrides/google/cacheinvalidation/deps/random.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698