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

Unified Diff: components/tracing/child/child_trace_message_filter_unittest.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_unittest.cc
diff --git a/components/tracing/child_trace_message_filter_unittest.cc b/components/tracing/child/child_trace_message_filter_unittest.cc
similarity index 94%
rename from components/tracing/child_trace_message_filter_unittest.cc
rename to components/tracing/child/child_trace_message_filter_unittest.cc
index 3c4a768e26833982802918e9cccb8e5e221c9ff8..e2bd3d810bfe4668e877e231d7658ffcfb75611c 100644
--- a/components/tracing/child_trace_message_filter_unittest.cc
+++ b/components/tracing/child/child_trace_message_filter_unittest.cc
@@ -2,13 +2,13 @@
// 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.h"
#include "base/message_loop/message_loop.h"
-#include "components/tracing/tracing_messages.h"
+#include "components/tracing/common/tracing_messages.h"
#include "ipc/ipc_message.h"
#include "ipc/ipc_sender.h"
#include "testing/gmock/include/gmock/gmock.h"

Powered by Google App Engine
This is Rietveld 408576698