| Index: third_party/WebKit/Source/platform/tracing/web_memory_allocator_dump.cc
|
| diff --git a/third_party/WebKit/Source/platform/web_memory_allocator_dump.cc b/third_party/WebKit/Source/platform/tracing/web_memory_allocator_dump.cc
|
| similarity index 96%
|
| rename from third_party/WebKit/Source/platform/web_memory_allocator_dump.cc
|
| rename to third_party/WebKit/Source/platform/tracing/web_memory_allocator_dump.cc
|
| index 01322078305060f0a5f8a37cf23a96278807061e..f2a46032c97eb4f578f36b9419ae20a9486b6b86 100644
|
| --- a/third_party/WebKit/Source/platform/web_memory_allocator_dump.cc
|
| +++ b/third_party/WebKit/Source/platform/tracing/web_memory_allocator_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_memory_allocator_dump.h"
|
| +#include "platform/tracing/web_memory_allocator_dump.h"
|
|
|
| #include "base/trace_event/memory_allocator_dump.h"
|
| #include "wtf/text/StringUTF8Adaptor.h"
|
|
|