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

Unified Diff: content/browser/trace_message_filter.cc

Issue 11340029: Move remaining files in content\browser to the content namespace. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 2 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: content/browser/trace_message_filter.cc
===================================================================
--- content/browser/trace_message_filter.cc (revision 164795)
+++ content/browser/trace_message_filter.cc (working copy)
@@ -7,9 +7,7 @@
#include "content/browser/trace_controller_impl.h"
#include "content/common/child_process_messages.h"
-using content::BrowserMessageFilter;
-using content::BrowserThread;
-using content::TraceControllerImpl;
+namespace content {
TraceMessageFilter::TraceMessageFilter() :
has_child_(false),
@@ -126,3 +124,4 @@
}
}
+} // namespace content

Powered by Google App Engine
This is Rietveld 408576698