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 300776af2117de2a52553dc28214b431174c4f04..a83e006b32311ebba93a111ae78dcd11b173553c 100644 |
--- a/third_party/WebKit/Source/platform/wtf/CryptographicallyRandomNumber.h |
+++ b/third_party/WebKit/Source/platform/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 "platform/wtf/WTFExport.h" |
namespace WTF { |