Index: third_party/WebKit/Source/platform/wtf/Functional.h |
diff --git a/third_party/WebKit/Source/platform/wtf/Functional.h b/third_party/WebKit/Source/platform/wtf/Functional.h |
index 28cc0d8dd0071e58e24ccd60e98e537789189300..1c8fe9465b80e19dda8de403183e75e8e4881984 100644 |
--- a/third_party/WebKit/Source/platform/wtf/Functional.h |
+++ b/third_party/WebKit/Source/platform/wtf/Functional.h |
@@ -26,6 +26,7 @@ |
#ifndef WTF_Functional_h |
#define WTF_Functional_h |
+#include <utility> |
#include "base/bind.h" |
#include "base/threading/thread_checker.h" |
#include "platform/wtf/Allocator.h" |
@@ -35,7 +36,6 @@ |
#include "platform/wtf/RefPtr.h" |
#include "platform/wtf/ThreadSafeRefCounted.h" |
#include "platform/wtf/TypeTraits.h" |
-#include <utility> |
namespace blink { |
template <typename T> |