| Index: third_party/WebKit/Source/platform/instrumentation/tracing/web_process_memory_dump.h
|
| diff --git a/third_party/WebKit/Source/platform/instrumentation/tracing/web_process_memory_dump.h b/third_party/WebKit/Source/platform/instrumentation/tracing/web_process_memory_dump.h
|
| index d1f84749aea498ddb19fd2b72fd34d718269ad77..3dac0e1e8c4fe7008af54aad6b4a01a5046dfcdd 100644
|
| --- a/third_party/WebKit/Source/platform/instrumentation/tracing/web_process_memory_dump.h
|
| +++ b/third_party/WebKit/Source/platform/instrumentation/tracing/web_process_memory_dump.h
|
| @@ -5,6 +5,9 @@
|
| #ifndef WebProcessMemoryDump_h
|
| #define WebProcessMemoryDump_h
|
|
|
| +#include <map>
|
| +#include <memory>
|
| +#include <vector>
|
| #include "base/gtest_prod_util.h"
|
| #include "base/macros.h"
|
| #include "base/trace_event/heap_profiler_allocation_context.h"
|
| @@ -13,9 +16,6 @@
|
| #include "platform/instrumentation/tracing/web_memory_allocator_dump.h"
|
| #include "wtf/HashMap.h"
|
| #include "wtf/text/WTFString.h"
|
| -#include <map>
|
| -#include <memory>
|
| -#include <vector>
|
|
|
| class SkTraceMemoryDump;
|
|
|
|
|