| Index: components/tracing/child/child_memory_dump_manager_delegate_impl.cc
|
| diff --git a/components/tracing/child_memory_dump_manager_delegate_impl.cc b/components/tracing/child/child_memory_dump_manager_delegate_impl.cc
|
| similarity index 94%
|
| rename from components/tracing/child_memory_dump_manager_delegate_impl.cc
|
| rename to components/tracing/child/child_memory_dump_manager_delegate_impl.cc
|
| index 47711eb91be5b3e24a4dbfd5e4ff24b41944f946..c2824f1bd8f6271a3ddf282a5e3735af8d92e58f 100644
|
| --- a/components/tracing/child_memory_dump_manager_delegate_impl.cc
|
| +++ b/components/tracing/child/child_memory_dump_manager_delegate_impl.cc
|
| @@ -2,12 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "components/tracing/child_memory_dump_manager_delegate_impl.h"
|
| +#include "components/tracing/child/child_memory_dump_manager_delegate_impl.h"
|
|
|
| #include "base/single_thread_task_runner.h"
|
| #include "build/build_config.h"
|
| -#include "components/tracing/child_trace_message_filter.h"
|
| -#include "components/tracing/process_metrics_memory_dump_provider.h"
|
| +#include "components/tracing/child/child_trace_message_filter.h"
|
| +#include "components/tracing/common/process_metrics_memory_dump_provider.h"
|
|
|
| namespace tracing {
|
|
|
|
|