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

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

Issue 16597002: Roll cacheinvalidation to @307 and add OWNERS file for the directory. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 7 years, 6 months 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: 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

Powered by Google App Engine
This is Rietveld 408576698