| Index: third_party/WebKit/Source/platform/tracing/web_process_memory_dump_test.cc
|
| diff --git a/third_party/WebKit/Source/platform/web_process_memory_dump_test.cc b/third_party/WebKit/Source/platform/tracing/web_process_memory_dump_test.cc
|
| similarity index 98%
|
| rename from third_party/WebKit/Source/platform/web_process_memory_dump_test.cc
|
| rename to third_party/WebKit/Source/platform/tracing/web_process_memory_dump_test.cc
|
| index 09875fb04b475f8e6606b0dbba0a69498662dfe6..e83fac7bb525cc6077bb7bc3db0ed869cf88a55e 100644
|
| --- a/third_party/WebKit/Source/platform/web_process_memory_dump_test.cc
|
| +++ b/third_party/WebKit/Source/platform/tracing/web_process_memory_dump_test.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/test/test_discardable_memory_allocator.h"
|
| @@ -10,7 +10,7 @@
|
| #include "base/trace_event/process_memory_dump.h"
|
| #include "base/trace_event/trace_event_argument.h"
|
| #include "base/values.h"
|
| -#include "platform/web_memory_allocator_dump.h"
|
| +#include "platform/tracing/web_memory_allocator_dump.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| namespace blink {
|
|
|