| Index: webrtc/api/test/fakedatachannelprovider.h
|
| diff --git a/talk/app/webrtc/test/fakedatachannelprovider.h b/webrtc/api/test/fakedatachannelprovider.h
|
| similarity index 96%
|
| rename from talk/app/webrtc/test/fakedatachannelprovider.h
|
| rename to webrtc/api/test/fakedatachannelprovider.h
|
| index ff44e585fe7d12d96e72bdca18867efd37ddd927..32c2b52d50e7097f32c7c3c0069a317a6b84d792 100644
|
| --- a/talk/app/webrtc/test/fakedatachannelprovider.h
|
| +++ b/webrtc/api/test/fakedatachannelprovider.h
|
| @@ -25,10 +25,10 @@
|
| * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef TALK_APP_WEBRTC_TEST_FAKEDATACHANNELPROVIDER_H_
|
| -#define TALK_APP_WEBRTC_TEST_FAKEDATACHANNELPROVIDER_H_
|
| +#ifndef WEBRTC_API_TEST_FAKEDATACHANNELPROVIDER_H_
|
| +#define WEBRTC_API_TEST_FAKEDATACHANNELPROVIDER_H_
|
|
|
| -#include "talk/app/webrtc/datachannel.h"
|
| +#include "webrtc/api/datachannel.h"
|
|
|
| class FakeDataChannelProvider : public webrtc::DataChannelProviderInterface {
|
| public:
|
| @@ -158,4 +158,4 @@ class FakeDataChannelProvider : public webrtc::DataChannelProviderInterface {
|
| std::set<uint32_t> send_ssrcs_;
|
| std::set<uint32_t> recv_ssrcs_;
|
| };
|
| -#endif // TALK_APP_WEBRTC_TEST_FAKEDATACHANNELPROVIDER_H_
|
| +#endif // WEBRTC_API_TEST_FAKEDATACHANNELPROVIDER_H_
|
|
|