| Index: talk/app/webrtc/peerconnectionfactory_unittest.cc
|
| diff --git a/talk/app/webrtc/peerconnectionfactory_unittest.cc b/talk/app/webrtc/peerconnectionfactory_unittest.cc
|
| index 9fb013b54f8e944d8d5216fd6d24a955f140697d..4964c54fc420879e51f3579c123d6bd0353a93e1 100644
|
| --- a/talk/app/webrtc/peerconnectionfactory_unittest.cc
|
| +++ b/talk/app/webrtc/peerconnectionfactory_unittest.cc
|
| @@ -36,12 +36,12 @@
|
| #include "talk/app/webrtc/test/fakedtlsidentitystore.h"
|
| #include "talk/app/webrtc/test/fakevideotrackrenderer.h"
|
| #include "talk/app/webrtc/videosourceinterface.h"
|
| -#include "talk/media/base/fakevideocapturer.h"
|
| -#include "talk/media/webrtc/webrtccommon.h"
|
| -#include "talk/media/webrtc/webrtcvoe.h"
|
| #include "webrtc/base/gunit.h"
|
| #include "webrtc/base/scoped_ptr.h"
|
| #include "webrtc/base/thread.h"
|
| +#include "webrtc/media/base/fakevideocapturer.h"
|
| +#include "webrtc/media/webrtc/webrtccommon.h"
|
| +#include "webrtc/media/webrtc/webrtcvoe.h"
|
| #include "webrtc/p2p/client/fakeportallocator.h"
|
|
|
| using webrtc::DataChannelInterface;
|
|
|