| Index: third_party/WebKit/Source/platform/tracing/web_process_memory_dump.cc
|
| diff --git a/third_party/WebKit/Source/platform/web_process_memory_dump.cc b/third_party/WebKit/Source/platform/tracing/web_process_memory_dump.cc
|
| similarity index 98%
|
| rename from third_party/WebKit/Source/platform/web_process_memory_dump.cc
|
| rename to third_party/WebKit/Source/platform/tracing/web_process_memory_dump.cc
|
| index 5da3aef6999cd0c32e6b0c21c50e0621bdbada19..b486a7ef9bb934f533919e21f4d4848fe1a54e47 100644
|
| --- a/third_party/WebKit/Source/platform/web_process_memory_dump.cc
|
| +++ b/third_party/WebKit/Source/platform/tracing/web_process_memory_dump.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "platform/web_process_memory_dump.h"
|
| +#include "platform/tracing/web_process_memory_dump.h"
|
|
|
| #include "base/memory/discardable_memory.h"
|
| #include "base/memory/ptr_util.h"
|
| @@ -11,7 +11,7 @@
|
| #include "base/trace_event/process_memory_dump.h"
|
| #include "base/trace_event/trace_event_argument.h"
|
| #include "base/trace_event/trace_event_memory_overhead.h"
|
| -#include "platform/web_memory_allocator_dump.h"
|
| +#include "platform/tracing/web_memory_allocator_dump.h"
|
| #include "skia/ext/skia_trace_memory_dump_impl.h"
|
| #include "wtf/text/StringUTF8Adaptor.h"
|
|
|
|
|