Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(282)

Unified Diff: components/tracing/child/child_memory_dump_manager_delegate_impl.cc

Issue 2028043002: tracing: restructure to the components/tracing folder (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 {

Powered by Google App Engine
This is Rietveld 408576698