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

Unified Diff: third_party/WebKit/Source/core/dom/ExecutionContextTask.h

Issue 2700123003: DO NOT COMMIT: Results of running old (current) clang-format on Blink (Closed)
Patch Set: Created 3 years, 10 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/core/dom/ExecutionContextTask.h
diff --git a/third_party/WebKit/Source/core/dom/ExecutionContextTask.h b/third_party/WebKit/Source/core/dom/ExecutionContextTask.h
index 8f76cb9de2e59311aaf592971d4ee84a10272d91..83b23b18c167143bd2420fa2cd2f6b08d07effbc 100644
--- a/third_party/WebKit/Source/core/dom/ExecutionContextTask.h
+++ b/third_party/WebKit/Source/core/dom/ExecutionContextTask.h
@@ -27,6 +27,7 @@
#ifndef ExecutionContextTask_h
#define ExecutionContextTask_h
+#include <type_traits>
#include "core/CoreExport.h"
#include "platform/CrossThreadFunctional.h"
#include "wtf/Allocator.h"
@@ -34,7 +35,6 @@
#include "wtf/Noncopyable.h"
#include "wtf/PtrUtil.h"
#include "wtf/text/WTFString.h"
-#include <type_traits>
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698