| Index: webrtc/api/datachannel_unittest.cc
|
| diff --git a/talk/app/webrtc/datachannel_unittest.cc b/webrtc/api/datachannel_unittest.cc
|
| similarity index 99%
|
| rename from talk/app/webrtc/datachannel_unittest.cc
|
| rename to webrtc/api/datachannel_unittest.cc
|
| index ff79541478926e11b4daa2ed14804ee42795f242..d5711e8ecd5103c127c9f4d46074fd8ec87ed710 100644
|
| --- a/talk/app/webrtc/datachannel_unittest.cc
|
| +++ b/webrtc/api/datachannel_unittest.cc
|
| @@ -25,9 +25,9 @@
|
| * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "talk/app/webrtc/datachannel.h"
|
| -#include "talk/app/webrtc/sctputils.h"
|
| -#include "talk/app/webrtc/test/fakedatachannelprovider.h"
|
| +#include "webrtc/api/datachannel.h"
|
| +#include "webrtc/api/sctputils.h"
|
| +#include "webrtc/api/test/fakedatachannelprovider.h"
|
| #include "webrtc/base/gunit.h"
|
|
|
| using webrtc::DataChannel;
|
|
|