| Index: webrtc/examples/peerconnection/client/conductor.cc
|
| diff --git a/webrtc/examples/peerconnection/client/conductor.cc b/webrtc/examples/peerconnection/client/conductor.cc
|
| index 053edf99e11188c8a045a07d3cc023936565f3a9..c8d849806c06cf306d5a0857306a4070f0ffa25f 100644
|
| --- a/webrtc/examples/peerconnection/client/conductor.cc
|
| +++ b/webrtc/examples/peerconnection/client/conductor.cc
|
| @@ -14,13 +14,13 @@
|
| #include <utility>
|
| #include <vector>
|
|
|
| -#include "webrtc/api/test/fakeconstraints.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/engine/webrtcvideocapturerfactory.h"
|
| #include "webrtc/modules/video_capture/video_capture_factory.h"
|
| +#include "webrtc/pc/test/fakeconstraints.h"
|
|
|
| // Names used for a IceCandidate JSON object.
|
| const char kCandidateSdpMidName[] = "sdpMid";
|
|
|