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

Unified Diff: components/tracing/child_trace_message_filter.cc

Issue 11624021: Move tracing component to src/components (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add a DEPS rule back Created 8 years 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_trace_message_filter.cc
diff --git a/content/components/tracing/child_trace_message_filter.cc b/components/tracing/child_trace_message_filter.cc
similarity index 96%
rename from content/components/tracing/child_trace_message_filter.cc
rename to components/tracing/child_trace_message_filter.cc
index 453a976c2b7ffb13383f95cabf9a595020239228..161c778c450ff827243d70cbecc4002ca4c6fd55 100644
--- a/content/components/tracing/child_trace_message_filter.cc
+++ b/components/tracing/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 "content/components/tracing/child_trace_message_filter.h"
+#include "components/tracing/child_trace_message_filter.h"
#include "base/debug/trace_event.h"
#include "base/message_loop_proxy.h"
-#include "content/components/tracing/tracing_messages.h"
+#include "components/tracing/tracing_messages.h"
using base::debug::TraceLog;
-namespace content {
+namespace components {
ChildTraceMessageFilter::ChildTraceMessageFilter(
base::MessageLoopProxy* ipc_message_loop)
@@ -114,4 +114,4 @@ void ChildTraceMessageFilter::OnTraceNotification(int notification) {
channel_->Send(new TracingHostMsg_TraceNotification(notification));
}
-} // namespace content
+} // namespace components

Powered by Google App Engine
This is Rietveld 408576698