| Index: services/resource_coordinator/public/cpp/memory_instrumentation/memory_instrumentation_struct_traits.cc
|
| diff --git a/services/resource_coordinator/public/cpp/memory/memory_instrumentation_struct_traits.cc b/services/resource_coordinator/public/cpp/memory_instrumentation/memory_instrumentation_struct_traits.cc
|
| similarity index 97%
|
| rename from services/resource_coordinator/public/cpp/memory/memory_instrumentation_struct_traits.cc
|
| rename to services/resource_coordinator/public/cpp/memory_instrumentation/memory_instrumentation_struct_traits.cc
|
| index b581afef64c1785d86b97a5db824813375fba74e..fe1b3c36889866922879dfc61303603ad918ffe4 100644
|
| --- a/services/resource_coordinator/public/cpp/memory/memory_instrumentation_struct_traits.cc
|
| +++ b/services/resource_coordinator/public/cpp/memory_instrumentation/memory_instrumentation_struct_traits.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 "services/resource_coordinator/public/cpp/memory/memory_instrumentation_struct_traits.h"
|
| +#include "services/resource_coordinator/public/cpp/memory_instrumentation/memory_instrumentation_struct_traits.h"
|
|
|
| #include "base/trace_event/memory_dump_request_args.h"
|
| #include "base/trace_event/process_memory_totals.h"
|
| #include "mojo/common/common_custom_types_struct_traits.h"
|
| -#include "services/resource_coordinator/public/interfaces/memory/memory_instrumentation.mojom.h"
|
| +#include "services/resource_coordinator/public/interfaces/memory_instrumentation/memory_instrumentation.mojom.h"
|
|
|
| namespace mojo {
|
|
|
|
|