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

Unified Diff: content/browser/appcache/appcache_dispatcher_host.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/appcache/appcache_dispatcher_host.cc
diff --git a/content/browser/appcache/appcache_dispatcher_host.cc b/content/browser/appcache/appcache_dispatcher_host.cc
index f8f42604e62ece9935e0f1aae59eda771723f21c..0ac5d9480d06bf27d2010ba9b0d4db03c2bd28fe 100644
--- a/content/browser/appcache/appcache_dispatcher_host.cc
+++ b/content/browser/appcache/appcache_dispatcher_host.cc
@@ -10,6 +10,7 @@
#include "content/common/appcache_messages.h"
#include "content/public/browser/user_metrics.h"
+using content::BrowserMessageFilter;
using content::UserMetricsAction;
AppCacheDispatcherHost::AppCacheDispatcherHost(

Powered by Google App Engine
This is Rietveld 408576698