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

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

Issue 2700123003: DO NOT COMMIT: Results of running old (current) clang-format on Blink (Closed)
Patch Set: Created 3 years, 10 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.cpp
diff --git a/third_party/WebKit/Source/wtf/CryptographicallyRandomNumber.cpp b/third_party/WebKit/Source/wtf/CryptographicallyRandomNumber.cpp
index 06920e2b550fb24d3b0cc684a570d70a6fd4c2e9..753ad69ed5731bbb3741ce4a46f86c2942d3e6a8 100644
--- a/third_party/WebKit/Source/wtf/CryptographicallyRandomNumber.cpp
+++ b/third_party/WebKit/Source/wtf/CryptographicallyRandomNumber.cpp
@@ -17,8 +17,8 @@
#include "wtf/CryptographicallyRandomNumber.h"
-#include "base/rand_util.h"
#include <string.h>
+#include "base/rand_util.h"
namespace WTF {
« no previous file with comments | « third_party/WebKit/Source/wtf/CryptographicallyRandomNumber.h ('k') | third_party/WebKit/Source/wtf/DateMath.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698