| 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;
|
|
|