summaryrefslogtreecommitdiffstats
path: root/content/common/message_router.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/common/message_router.h')
-rw-r--r--content/common/message_router.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/content/common/message_router.h b/content/common/message_router.h
index 9a4af43..0b34e0c 100644
--- a/content/common/message_router.h
+++ b/content/common/message_router.h
@@ -27,6 +27,8 @@
// The MessageRouter can be used as a concrete class provided its Send method
// is not called and it does not receive any control messages.
+namespace content {
+
class MessageRouter : public IPC::Listener, public IPC::Sender {
public:
MessageRouter();
@@ -59,4 +61,6 @@ class MessageRouter : public IPC::Listener, public IPC::Sender {
DISALLOW_COPY_AND_ASSIGN(MessageRouter);
};
+} // namespace content
+
#endif // CONTENT_COMMON_MESSAGE_ROUTER_H_