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

Unified Diff: third_party/WebKit/Source/wtf/CryptographicallyRandomNumber.h

Issue 1611343002: wtf reformat test Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: pydent Created 4 years, 11 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/WebKit/Source/wtf/CryptographicallyRandomNumber.h
diff --git a/third_party/WebKit/Source/wtf/CryptographicallyRandomNumber.h b/third_party/WebKit/Source/wtf/CryptographicallyRandomNumber.h
index 3894a2fda23981c7fd5a7b0d3267e0dd91a1071a..38f5c428cf6f74b762726016aa8baf638a2c38a1 100644
--- a/third_party/WebKit/Source/wtf/CryptographicallyRandomNumber.h
+++ b/third_party/WebKit/Source/wtf/CryptographicallyRandomNumber.h
@@ -37,7 +37,6 @@ WTF_EXPORT void setAlwaysZeroRandomSourceForTesting();
// These functions are threadsafe.
WTF_EXPORT uint32_t cryptographicallyRandomNumber();
WTF_EXPORT void cryptographicallyRandomValues(void* buffer, size_t length);
-
}
using WTF::cryptographicallyRandomNumber;
« no previous file with comments | « third_party/WebKit/Source/wtf/ContainerAnnotations.h ('k') | third_party/WebKit/Source/wtf/CryptographicallyRandomNumber.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698