Index: third_party/WebKit/Source/wtf/Threading.h |
diff --git a/third_party/WebKit/Source/wtf/Threading.h b/third_party/WebKit/Source/wtf/Threading.h |
index 4a884824f2d0cb935dff9c672e6eeca7435e7d46..77f9e6f04562c4e4850272fc9773fc9de19906ab 100644 |
--- a/third_party/WebKit/Source/wtf/Threading.h |
+++ b/third_party/WebKit/Source/wtf/Threading.h |
@@ -30,10 +30,10 @@ |
#ifndef Threading_h |
#define Threading_h |
+#include <stdint.h> |
#include "wtf/Atomics.h" |
#include "wtf/TypeTraits.h" |
#include "wtf/WTFExport.h" |
-#include <stdint.h> |
// For portability, we do not make use of C++11 thread-safe statics, as |
// supported by some toolchains. Make use of double-checked locking to reduce |