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

Unified Diff: content/child/indexed_db/indexed_db_message_filter.h

Issue 245443005: Move IPC::MessageFilter and router to a separate file (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Oops, add ipc_message_filter_router.h/cc Created 6 years, 8 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/child/indexed_db/indexed_db_message_filter.h
diff --git a/content/child/indexed_db/indexed_db_message_filter.h b/content/child/indexed_db/indexed_db_message_filter.h
index 11744879ea6ec09df31d992138447bd174fa794d..56e2de1771959e396b28aa85055a6978454918f8 100644
--- a/content/child/indexed_db/indexed_db_message_filter.h
+++ b/content/child/indexed_db/indexed_db_message_filter.h
@@ -5,6 +5,7 @@
#ifndef CONTENT_CHILD_INDEXED_DB_INDEXED_DB_MESSAGE_FILTER_H_
#define CONTENT_CHILD_INDEXED_DB_INDEXED_DB_MESSAGE_FILTER_H_
+#include "base/memory/ref_counted.h"
#include "content/child/child_message_filter.h"
struct IndexedDBDatabaseMetadata;
@@ -12,7 +13,11 @@ struct IndexedDBMsg_CallbacksUpgradeNeeded_Params;
namespace base {
class MessageLoopProxy;
-} // namespace base
+}
+
+namespace ipc {
+class Message;
+}
namespace content {

Powered by Google App Engine
This is Rietveld 408576698