| Index: webrtc/examples/peerconnection/client/conductor.cc
|
| diff --git a/webrtc/examples/peerconnection/client/conductor.cc b/webrtc/examples/peerconnection/client/conductor.cc
|
| index 3a40fd947364537e6969189a6c32791fa2611c22..2facf94585740bc9f84034f738798584fe3b8e64 100644
|
| --- a/webrtc/examples/peerconnection/client/conductor.cc
|
| +++ b/webrtc/examples/peerconnection/client/conductor.cc
|
| @@ -13,8 +13,8 @@
|
| #include <utility>
|
| #include <vector>
|
|
|
| -#include "talk/app/webrtc/test/fakeconstraints.h"
|
| -#include "talk/app/webrtc/videosourceinterface.h"
|
| +#include "webrtc/api/videosourceinterface.h"
|
| +#include "webrtc/api/test/fakeconstraints.h"
|
| #include "webrtc/base/common.h"
|
| #include "webrtc/base/json.h"
|
| #include "webrtc/base/logging.h"
|
|
|