Index: content/public/common/p2p_socket_type.h |
diff --git a/content/common/p2p_sockets.h b/content/public/common/p2p_socket_type.h |
similarity index 79% |
rename from content/common/p2p_sockets.h |
rename to content/public/common/p2p_socket_type.h |
index 6f09366c9b8be070c4687685c7050674ed508983..9dbbdc19c95afcfad89d5a9cad03fc156d42d69d 100644 |
--- a/content/common/p2p_sockets.h |
+++ b/content/public/common/p2p_socket_type.h |
@@ -5,8 +5,8 @@ |
// This file defines some basic types used by the P2P-related IPC |
// messages. |
-#ifndef CONTENT_COMMON_P2P_SOCKETS_H_ |
-#define CONTENT_COMMON_P2P_SOCKETS_H_ |
+#ifndef CONTENT_PUBLIC_COMMON_P2P_SOCKET_TYPE_H_ |
+#define CONTENT_PUBLIC_COMMON_P2P_SOCKET_TYPE_H_ |
namespace content { |
@@ -25,4 +25,4 @@ enum P2PSocketType { |
} // namespace content |
-#endif // CONTENT_COMMON_P2P_SOCKETS_H_ |
+#endif // CONTENT_PUBLIC_COMMON_P2P_SOCKET_TYPE_H_ |