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

Unified Diff: content/browser/profiler_message_filter.cc

Issue 8912009: Move BrowserMessageFilter to public, and into content namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge to LKGR. Created 9 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: content/browser/profiler_message_filter.cc
diff --git a/content/browser/profiler_message_filter.cc b/content/browser/profiler_message_filter.cc
index f11b670414d2e2cc13d39e9162b99871e3e67709..7df676e545395804715f1fbb5412160a4c985f58 100644
--- a/content/browser/profiler_message_filter.cc
+++ b/content/browser/profiler_message_filter.cc
@@ -9,6 +9,7 @@
#include "content/browser/profiler_controller_impl.h"
#include "content/common/child_process_messages.h"
+using content::BrowserMessageFilter;
using content::BrowserThread;
ProfilerMessageFilter::ProfilerMessageFilter() {

Powered by Google App Engine
This is Rietveld 408576698