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 { |