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

Unified Diff: webrtc/p2p/base/p2pconstants.cc

Issue 1750593002: Rename constants files in webrtc/{media,p2p} (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Removed cricket naming Created 4 years, 10 months 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
« no previous file with comments | « webrtc/p2p/base/p2pconstants.h ('k') | webrtc/p2p/base/transport.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/p2p/base/p2pconstants.cc
diff --git a/webrtc/p2p/base/constants.cc b/webrtc/p2p/base/p2pconstants.cc
similarity index 92%
rename from webrtc/p2p/base/constants.cc
rename to webrtc/p2p/base/p2pconstants.cc
index 2a258718f43f92614e4a0be1494402a96535c1f2..fd75984a08e93b114cabde2b66780c3e41dc7c25 100644
--- a/webrtc/p2p/base/constants.cc
+++ b/webrtc/p2p/base/p2pconstants.cc
@@ -8,7 +8,7 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#include "webrtc/p2p/base/constants.h"
+#include "webrtc/p2p/base/p2pconstants.h"
#include <string>
@@ -32,8 +32,8 @@ const size_t ICE_PWD_MIN_LENGTH = 22;
const size_t ICE_UFRAG_MAX_LENGTH = 255;
const size_t ICE_PWD_MAX_LENGTH = 256;
-// TODO: This is media-specific, so might belong
-// somewhere like media/base/constants.h
+// This is media-specific, so might belong
+// somewhere like media/base/mediaconstants.h
const int ICE_CANDIDATE_COMPONENT_RTP = 1;
const int ICE_CANDIDATE_COMPONENT_RTCP = 2;
const int ICE_CANDIDATE_COMPONENT_DEFAULT = 1;
« no previous file with comments | « webrtc/p2p/base/p2pconstants.h ('k') | webrtc/p2p/base/transport.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698