Index: third_party/WebKit/Source/platform/WaitableEvent.cpp |
diff --git a/third_party/WebKit/Source/platform/WaitableEvent.cpp b/third_party/WebKit/Source/platform/WaitableEvent.cpp |
index d06e20b32f8995ecaa2c903a4597815bf8d23609..16ace958fdaa71985e5a8a61f82b956c8bb3ae9d 100644 |
--- a/third_party/WebKit/Source/platform/WaitableEvent.cpp |
+++ b/third_party/WebKit/Source/platform/WaitableEvent.cpp |
@@ -4,12 +4,12 @@ |
#include "platform/WaitableEvent.h" |
+#include <vector> |
#include "base/synchronization/waitable_event.h" |
#include "platform/heap/SafePoint.h" |
#include "platform/heap/ThreadState.h" |
#include "wtf/Optional.h" |
#include "wtf/PtrUtil.h" |
-#include <vector> |
namespace blink { |