| Index: webrtc/examples/peerconnection/client/conductor.h
|
| diff --git a/webrtc/examples/peerconnection/client/conductor.h b/webrtc/examples/peerconnection/client/conductor.h
|
| index e5ee170299bf5566775c455bc11ab452bf7be6f3..0be02b879e9d790c1cbc6b28ad017c6221ec43bc 100644
|
| --- a/webrtc/examples/peerconnection/client/conductor.h
|
| +++ b/webrtc/examples/peerconnection/client/conductor.h
|
| @@ -17,8 +17,8 @@
|
| #include <set>
|
| #include <string>
|
|
|
| -#include "talk/app/webrtc/mediastreaminterface.h"
|
| -#include "talk/app/webrtc/peerconnectioninterface.h"
|
| +#include "webrtc/api/mediastreaminterface.h"
|
| +#include "webrtc/api/peerconnectioninterface.h"
|
| #include "webrtc/examples/peerconnection/client/main_wnd.h"
|
| #include "webrtc/examples/peerconnection/client/peer_connection_client.h"
|
| #include "webrtc/base/scoped_ptr.h"
|
|
|