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

Unified Diff: third_party/WebKit/Source/core/workers/WorkerThreadStartupData.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/workers/WorkerThreadStartupData.h
diff --git a/third_party/WebKit/Source/core/workers/WorkerThreadStartupData.h b/third_party/WebKit/Source/core/workers/WorkerThreadStartupData.h
index 4e13de6779e8eaf918e9dc3b652198324cc61506..11a5ab2e47d074a43ec936dc6b37f26bbc003f22 100644
--- a/third_party/WebKit/Source/core/workers/WorkerThreadStartupData.h
+++ b/third_party/WebKit/Source/core/workers/WorkerThreadStartupData.h
@@ -31,6 +31,7 @@
#ifndef WorkerThreadStartupData_h
#define WorkerThreadStartupData_h
+#include <memory>
#include "bindings/core/v8/WorkerV8Settings.h"
#include "core/CoreExport.h"
#include "core/frame/csp/ContentSecurityPolicy.h"
@@ -43,7 +44,6 @@
#include "wtf/Forward.h"
#include "wtf/Noncopyable.h"
#include "wtf/PtrUtil.h"
-#include <memory>
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698