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

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

Issue 2940933003: DO NOT SUBMIT results of new clang-format (Closed)
Patch Set: Created 3 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/WebKit/Source/platform/wtf/CryptographicallyRandomNumber.h
diff --git a/third_party/WebKit/Source/platform/wtf/CryptographicallyRandomNumber.h b/third_party/WebKit/Source/platform/wtf/CryptographicallyRandomNumber.h
index a83e006b32311ebba93a111ae78dcd11b173553c..94064b3ecdaaec7c75c07f938638a06116691d89 100644
--- a/third_party/WebKit/Source/platform/wtf/CryptographicallyRandomNumber.h
+++ b/third_party/WebKit/Source/platform/wtf/CryptographicallyRandomNumber.h
@@ -38,7 +38,7 @@ WTF_EXPORT void SetAlwaysZeroRandomSourceForTesting();
// These functions are threadsafe.
WTF_EXPORT uint32_t CryptographicallyRandomNumber();
WTF_EXPORT void CryptographicallyRandomValues(void* buffer, size_t length);
-}
+} // namespace WTF
using WTF::CryptographicallyRandomNumber;
using WTF::CryptographicallyRandomValues;

Powered by Google App Engine
This is Rietveld 408576698