| 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;
|
|
|