Index: third_party/cacheinvalidation/overrides/google/cacheinvalidation/deps/random.h |
=================================================================== |
--- third_party/cacheinvalidation/overrides/google/cacheinvalidation/deps/random.h (revision 204361) |
+++ third_party/cacheinvalidation/overrides/google/cacheinvalidation/deps/random.h (working copy) |
@@ -17,13 +17,9 @@ |
virtual ~Random() {} |
// Returns a pseudorandom value between(inclusive) and(exclusive). |
- virtual double RandDouble() { |
- return base::RandDouble(); |
- } |
+ virtual double RandDouble(); |
- virtual uint64 RandUint64() { |
- return base::RandUint64(); |
- } |
+ virtual uint64 RandUint64(); |
}; |
} // namespace invalidation |