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

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

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.h
diff --git a/third_party/WebKit/Source/wtf/CryptographicallyRandomNumber.h b/third_party/WebKit/Source/wtf/CryptographicallyRandomNumber.h
index 51fbf4765c5b84e260d2e5dc5976c4331714093a..844c84b0fb495438c649e51b0f548b1765b8854b 100644
--- a/third_party/WebKit/Source/wtf/CryptographicallyRandomNumber.h
+++ b/third_party/WebKit/Source/wtf/CryptographicallyRandomNumber.h
@@ -27,9 +27,9 @@
#ifndef WTF_CryptographicallyRandomNumber_h
#define WTF_CryptographicallyRandomNumber_h
-#include "wtf/WTFExport.h"
-#include <cstddef>
#include <stdint.h>
+#include <cstddef>
+#include "wtf/WTFExport.h"
namespace WTF {
« no previous file with comments | « third_party/WebKit/Source/wtf/BitVector.cpp ('k') | third_party/WebKit/Source/wtf/CryptographicallyRandomNumber.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698