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..b83dd890998e78e3d8e61656f2ac5c9e3a5a0bac 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,14 +36,13 @@ |
#include "platform/wtf/RefPtr.h" |
#include "platform/wtf/ThreadSafeRefCounted.h" |
#include "platform/wtf/TypeTraits.h" |
-#include <utility> |
namespace blink { |
template <typename T> |
class Member; |
template <typename T> |
class WeakMember; |
-} |
+} // namespace blink |
namespace WTF { |