| 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..4fdad973eb29ddbb5b452213e10f48b6739e5ac6 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,17 +5,17 @@
|
| #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"
|
| #include "base/trace_event/memory_dump_request_args.h"
|
| #include "platform/PlatformExport.h"
|
| #include "platform/instrumentation/tracing/web_memory_allocator_dump.h"
|
| -#include "wtf/HashMap.h"
|
| -#include "wtf/text/WTFString.h"
|
| -#include <map>
|
| -#include <memory>
|
| -#include <vector>
|
| +#include "platform/wtf/HashMap.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
|
|
| class SkTraceMemoryDump;
|
|
|
|
|