| Index: webrtc/examples/peerconnection/client/conductor.cc
|
| diff --git a/webrtc/examples/peerconnection/client/conductor.cc b/webrtc/examples/peerconnection/client/conductor.cc
|
| index 1b656512a0576bcb0d61f31710fa53ef81878c28..d464f2e7a7331d96bae1dc8b9401fdd8dd5b1d74 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";
|
|
|