Chromium Code Reviews| Index: content/common/message_router.cc |
| =================================================================== |
| --- content/common/message_router.cc (revision 163632) |
| +++ content/common/message_router.cc (working copy) |
| @@ -6,6 +6,8 @@ |
| #include "ipc/ipc_message.h" |
| +namespace content { |
| + |
| MessageRouter::MessageRouter() { |
| } |
| @@ -51,3 +53,5 @@ |
| IPC::Listener* MessageRouter::ResolveRoute(int32 routing_id) { |
| return routes_.Lookup(routing_id); |
| } |
| + |
| +} // namespace content |