| 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..e67f6929fb9054558967db2f9e5da2b28b609221 100644
|
| --- a/webrtc/examples/peerconnection/client/conductor.cc
|
| +++ b/webrtc/examples/peerconnection/client/conductor.cc
|
| @@ -13,10 +13,10 @@
|
| #include <utility>
|
| #include <vector>
|
|
|
| -#include "talk/app/webrtc/videosourceinterface.h"
|
| +#include "webrtc/api/videosourceinterface.h"
|
| #include "webrtc/examples/peerconnection/client/defaults.h"
|
| #include "talk/media/devices/devicemanager.h"
|
| -#include "talk/app/webrtc/test/fakeconstraints.h"
|
| +#include "webrtc/api/test/fakeconstraints.h"
|
| #include "webrtc/base/common.h"
|
| #include "webrtc/base/json.h"
|
| #include "webrtc/base/logging.h"
|
|
|