| Index: webrtc/p2p/base/port_unittest.cc
|
| diff --git a/webrtc/p2p/base/port_unittest.cc b/webrtc/p2p/base/port_unittest.cc
|
| index 261da0aeaefc4f9c79b27682c164aaa829ee93f9..896cef115945a0af61052a17c67413ccdd4355ca 100644
|
| --- a/webrtc/p2p/base/port_unittest.cc
|
| +++ b/webrtc/p2p/base/port_unittest.cc
|
| @@ -202,7 +202,7 @@ class TestPort : public Port {
|
| private:
|
| rtc::scoped_ptr<ByteBuffer> last_stun_buf_;
|
| rtc::scoped_ptr<IceMessage> last_stun_msg_;
|
| - int type_preference_;
|
| + int type_preference_ = 0;
|
| };
|
|
|
| class TestChannel : public sigslot::has_slots<> {
|
|
|