| Index: content/public/common/p2p_sockets.h
|
| diff --git a/content/common/p2p_sockets.h b/content/public/common/p2p_sockets.h
|
| similarity index 81%
|
| rename from content/common/p2p_sockets.h
|
| rename to content/public/common/p2p_sockets.h
|
| index 6f09366c9b8be070c4687685c7050674ed508983..54f2001ffdafa6aa6993e41021b2c11a26f77e58 100644
|
| --- a/content/common/p2p_sockets.h
|
| +++ b/content/public/common/p2p_sockets.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_SOCKETS_H_
|
| +#define CONTENT_PUBLIC_COMMON_P2P_SOCKETS_H_
|
|
|
| namespace content {
|
|
|
| @@ -25,4 +25,4 @@ enum P2PSocketType {
|
|
|
| } // namespace content
|
|
|
| -#endif // CONTENT_COMMON_P2P_SOCKETS_H_
|
| +#endif // CONTENT_PUBLIC_COMMON_P2P_SOCKETS_H_
|
|
|