Index: content/common/child_trace_message_filter.cc |
=================================================================== |
--- content/common/child_trace_message_filter.cc (revision 163290) |
+++ content/common/child_trace_message_filter.cc (working copy) |
@@ -12,6 +12,8 @@ |
using base::debug::TraceLog; |
+namespace content { |
+ |
ChildTraceMessageFilter::ChildTraceMessageFilter() : channel_(NULL) {} |
void ChildTraceMessageFilter::OnFilterAdded(IPC::Channel* channel) { |
@@ -103,3 +105,5 @@ |
channel_->Send(new ChildProcessHostMsg_TraceNotification(notification)); |
} |
+ |
+} // namespace content |