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

Unified Diff: components/tracing/child_trace_message_filter.h

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.h
diff --git a/content/components/tracing/child_trace_message_filter.h b/components/tracing/child_trace_message_filter.h
similarity index 86%
rename from content/components/tracing/child_trace_message_filter.h
rename to components/tracing/child_trace_message_filter.h
index c6a72e2a2e185b25aed30870e5531bb5a535fc15..e4802ba9fff94b73206ec14d2cdd7289c3407e0d 100644
--- a/content/components/tracing/child_trace_message_filter.h
+++ b/components/tracing/child_trace_message_filter.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CONTENT_COMPONENTS_TRACING_CHILD_TRACE_MESSAGE_FILTER_H_
-#define CONTENT_COMPONENTS_TRACING_CHILD_TRACE_MESSAGE_FILTER_H_
+#ifndef COMPONENTS_TRACING_CHILD_TRACE_MESSAGE_FILTER_H_
+#define COMPONENTS_TRACING_CHILD_TRACE_MESSAGE_FILTER_H_
#include "ipc/ipc_channel_proxy.h"
@@ -11,7 +11,7 @@ namespace base {
class MessageLoopProxy;
}
-namespace content {
+namespace components {
// This class sends and receives trace messages on child processes.
class ChildTraceMessageFilter : public IPC::ChannelProxy::MessageFilter {
@@ -48,6 +48,6 @@ class ChildTraceMessageFilter : public IPC::ChannelProxy::MessageFilter {
DISALLOW_COPY_AND_ASSIGN(ChildTraceMessageFilter);
};
-} // namespace content
+} // namespace components
-#endif // CONTENT_COMPONENTS_TRACING_CHILD_TRACE_MESSAGE_FILTER_H_
+#endif // COMPONENTS_TRACING_CHILD_TRACE_MESSAGE_FILTER_H_

Powered by Google App Engine
This is Rietveld 408576698