Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(163)

Unified Diff: content/public/common/p2p_socket_type.h

Issue 45183002: Expose the p2p client in content/public (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: (most) comments addressed Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698