| Index: webrtc/examples/peerconnection/client/conductor.cc
|
| diff --git a/webrtc/examples/peerconnection/client/conductor.cc b/webrtc/examples/peerconnection/client/conductor.cc
|
| index 883f44a77bc17ab04e38c5457a6f47d564a8d898..3a40fd947364537e6969189a6c32791fa2611c22 100644
|
| --- a/webrtc/examples/peerconnection/client/conductor.cc
|
| +++ b/webrtc/examples/peerconnection/client/conductor.cc
|
| @@ -13,13 +13,13 @@
|
| #include <utility>
|
| #include <vector>
|
|
|
| -#include "talk/app/webrtc/videosourceinterface.h"
|
| -#include "webrtc/examples/peerconnection/client/defaults.h"
|
| -#include "talk/media/devices/devicemanager.h"
|
| #include "talk/app/webrtc/test/fakeconstraints.h"
|
| +#include "talk/app/webrtc/videosourceinterface.h"
|
| #include "webrtc/base/common.h"
|
| #include "webrtc/base/json.h"
|
| #include "webrtc/base/logging.h"
|
| +#include "webrtc/examples/peerconnection/client/defaults.h"
|
| +#include "webrtc/media/devices/devicemanager.h"
|
|
|
| // Names used for a IceCandidate JSON object.
|
| const char kCandidateSdpMidName[] = "sdpMid";
|
|
|