Index: third_party/WebKit/Source/platform/Crypto.h |
diff --git a/third_party/WebKit/Source/platform/Crypto.h b/third_party/WebKit/Source/platform/Crypto.h |
index 3d47c3289eb2536e52bc9db4a653a80f9c492562..a4bc82acc123cc44a796fa3655d11c6ef8bacd63 100644 |
--- a/third_party/WebKit/Source/platform/Crypto.h |
+++ b/third_party/WebKit/Source/platform/Crypto.h |
@@ -11,13 +11,13 @@ |
#ifndef SOURCE_PLATFORM_CRYPTO_H_ |
#define SOURCE_PLATFORM_CRYPTO_H_ |
+#include <memory> |
#include "platform/PlatformExport.h" |
+#include "platform/wtf/Allocator.h" |
+#include "platform/wtf/HashSet.h" |
+#include "platform/wtf/StringHasher.h" |
+#include "platform/wtf/Vector.h" |
#include "public/platform/WebCrypto.h" |
-#include "wtf/Allocator.h" |
-#include "wtf/HashSet.h" |
-#include "wtf/StringHasher.h" |
-#include "wtf/Vector.h" |
-#include <memory> |
namespace blink { |