Index: content/common/p2p_sockets.h |
diff --git a/content/common/p2p_sockets.h b/content/common/p2p_sockets.h |
index d7756836c3397e9af1047e9a1510b152b659c0c4..f24d2ac304768bb223f3892f4a2f1106c5965f20 100644 |
--- a/content/common/p2p_sockets.h |
+++ b/content/common/p2p_sockets.h |
@@ -8,6 +8,8 @@ |
#ifndef CONTENT_COMMON_P2P_SOCKETS_H_ |
#define CONTENT_COMMON_P2P_SOCKETS_H_ |
+namespace content { |
+ |
// Type of P2P Socket. |
enum P2PSocketType { |
P2P_SOCKET_UDP, |
@@ -15,4 +17,6 @@ enum P2PSocketType { |
P2P_SOCKET_TCP_CLIENT, |
}; |
+} // namespace content |
+ |
#endif // CONTENT_COMMON_P2P_SOCKETS_H_ |