summaryrefslogtreecommitdiffstats
path: root/net/base/net_module.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/base/net_module.h')
-rw-r--r--net/base/net_module.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/net/base/net_module.h b/net/base/net_module.h
index 37698cc..2ae3774 100644
--- a/net/base/net_module.h
+++ b/net/base/net_module.h
@@ -34,6 +34,8 @@
#include "base/basictypes.h"
+namespace net {
+
// Defines global initializers and associated methods for the net module.
//
// The network module does not have direct access to the way application
@@ -57,4 +59,6 @@ class NetModule {
DISALLOW_IMPLICIT_CONSTRUCTORS(NetModule);
};
+} // namespace net
+
#endif // NET_BASE_NET_MODULE_H__