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

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

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.cpp
diff --git a/third_party/WebKit/Source/platform/wtf/CryptographicallyRandomNumber.cpp b/third_party/WebKit/Source/platform/wtf/CryptographicallyRandomNumber.cpp
index c210a0664ae34437fc892da4841013906bccda49..1f901811f5e69e4c49c9631d2f5ad4db30fad070 100644
--- a/third_party/WebKit/Source/platform/wtf/CryptographicallyRandomNumber.cpp
+++ b/third_party/WebKit/Source/platform/wtf/CryptographicallyRandomNumber.cpp
@@ -17,8 +17,8 @@
#include "platform/wtf/CryptographicallyRandomNumber.h"
-#include "base/rand_util.h"
#include <string.h>
+#include "base/rand_util.h"
namespace WTF {

Powered by Google App Engine
This is Rietveld 408576698