Update libjingle to 50191337.
R=mallinath@webrtc.org Review URL: https://webrtc-codereview.appspot.com/1885005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4461 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@@ -53,7 +53,6 @@
|
||||
#include <algorithm>
|
||||
#include <cstdio>
|
||||
|
||||
#include "talk/base/host.h"
|
||||
#include "talk/base/logging.h"
|
||||
#include "talk/base/scoped_ptr.h"
|
||||
#include "talk/base/socket.h" // includes something that makes windows happy
|
||||
@@ -174,8 +173,7 @@ void NetworkManagerBase::MergeNetworkList(const NetworkList& new_networks,
|
||||
}
|
||||
|
||||
BasicNetworkManager::BasicNetworkManager()
|
||||
: thread_(NULL),
|
||||
start_count_(0) {
|
||||
: thread_(NULL), sent_first_update_(false), start_count_(0) {
|
||||
}
|
||||
|
||||
BasicNetworkManager::~BasicNetworkManager() {
|
||||
|
Reference in New Issue
Block a user