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

Unified Diff: components/tracing/child/child_trace_message_filter.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_trace_message_filter.cc
diff --git a/components/tracing/child_trace_message_filter.cc b/components/tracing/child/child_trace_message_filter.cc
similarity index 98%
rename from components/tracing/child_trace_message_filter.cc
rename to components/tracing/child/child_trace_message_filter.cc
index 5ba562509ddea1393e6c361665f52b96468ab1d5..0a7ecd062940be1fcf7cde6e88533392a0ecb948 100644
--- a/components/tracing/child_trace_message_filter.cc
+++ b/components/tracing/child/child_trace_message_filter.cc
@@ -2,15 +2,15 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "components/tracing/child_trace_message_filter.h"
+#include "components/tracing/child/child_trace_message_filter.h"
#include <memory>
#include "base/memory/ref_counted_memory.h"
#include "base/metrics/statistics_recorder.h"
#include "base/trace_event/trace_event.h"
-#include "components/tracing/child_memory_dump_manager_delegate_impl.h"
-#include "components/tracing/tracing_messages.h"
+#include "components/tracing/child/child_memory_dump_manager_delegate_impl.h"
+#include "components/tracing/common/tracing_messages.h"
#include "ipc/ipc_channel.h"
using base::trace_event::TraceLog;

Powered by Google App Engine
This is Rietveld 408576698