Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Unified Diff: third_party/WebKit/Source/platform/wtf/Functional.h

Issue 2940933003: DO NOT SUBMIT results of new clang-format (Closed)
Patch Set: Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 {

Powered by Google App Engine
This is Rietveld 408576698