| Index: third_party/WebKit/Source/platform/tracing/MemoryCacheDumpProvider.h
|
| diff --git a/third_party/WebKit/Source/platform/MemoryCacheDumpProvider.h b/third_party/WebKit/Source/platform/tracing/MemoryCacheDumpProvider.h
|
| similarity index 96%
|
| rename from third_party/WebKit/Source/platform/MemoryCacheDumpProvider.h
|
| rename to third_party/WebKit/Source/platform/tracing/MemoryCacheDumpProvider.h
|
| index 1701221f25d68a4d91ff379cb6ce9c155643f7dd..8cf8b9e98782565c11b178793476146db78edc25 100644
|
| --- a/third_party/WebKit/Source/platform/MemoryCacheDumpProvider.h
|
| +++ b/third_party/WebKit/Source/platform/tracing/MemoryCacheDumpProvider.h
|
| @@ -9,7 +9,7 @@
|
| #include "base/trace_event/process_memory_dump.h"
|
| #include "platform/PlatformExport.h"
|
| #include "platform/heap/Handle.h"
|
| -#include "platform/web_process_memory_dump.h"
|
| +#include "platform/tracing/web_process_memory_dump.h"
|
| #include "wtf/Allocator.h"
|
|
|
| namespace blink {
|
|
|