Index: content/common/np_channel_base.h |
=================================================================== |
--- content/common/np_channel_base.h (revision 163632) |
+++ content/common/np_channel_base.h (working copy) |
@@ -44,6 +44,8 @@ |
} // namespace stdext |
#endif // COMPILER |
+namespace content { |
+ |
// Encapsulates an IPC channel between a renderer and another process. Used to |
// proxy access to NP objects. |
class NPChannelBase : public IPC::Listener, |
@@ -198,4 +200,6 @@ |
DISALLOW_COPY_AND_ASSIGN(NPChannelBase); |
}; |
+} // namespace content |
+ |
#endif // CONTENT_COMMON_NP_CHANNEL_BASE_H_ |