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

Unified Diff: third_party/WebKit/Source/core/inspector/InspectorTraceEvents.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/inspector/InspectorTraceEvents.h
diff --git a/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.h b/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.h
index b120539b75864ed54c20ee02a1f4bf271e551f42..f574e585b2d4c5a035aad141f275a0c699723a90 100644
--- a/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.h
+++ b/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.h
@@ -5,6 +5,7 @@
#ifndef InspectorTraceEvents_h
#define InspectorTraceEvents_h
+#include <memory>
#include "core/CoreExport.h"
#include "core/css/CSSSelector.h"
#include "platform/heap/Handle.h"
@@ -12,7 +13,6 @@
#include "platform/instrumentation/tracing/TracedValue.h"
#include "wtf/Forward.h"
#include "wtf/Functional.h"
-#include <memory>
namespace v8 {
class Function;

Powered by Google App Engine
This is Rietveld 408576698