| Index: webrtc/api/datachannel.h
|
| diff --git a/talk/app/webrtc/datachannel.h b/webrtc/api/datachannel.h
|
| similarity index 98%
|
| rename from talk/app/webrtc/datachannel.h
|
| rename to webrtc/api/datachannel.h
|
| index 00e088635df62133aa4d02789f6ed5e236a4f526..649cb24088f2250a16b06ade79a0023e24e53dd5 100644
|
| --- a/talk/app/webrtc/datachannel.h
|
| +++ b/webrtc/api/datachannel.h
|
| @@ -25,16 +25,16 @@
|
| * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef TALK_APP_WEBRTC_DATACHANNEL_H_
|
| -#define TALK_APP_WEBRTC_DATACHANNEL_H_
|
| +#ifndef WEBRTC_API_DATACHANNEL_H_
|
| +#define WEBRTC_API_DATACHANNEL_H_
|
|
|
| #include <deque>
|
| #include <set>
|
| #include <string>
|
|
|
| -#include "talk/app/webrtc/datachannelinterface.h"
|
| -#include "talk/app/webrtc/proxy.h"
|
| #include "talk/session/media/channel.h"
|
| +#include "webrtc/api/datachannelinterface.h"
|
| +#include "webrtc/api/proxy.h"
|
| #include "webrtc/base/messagehandler.h"
|
| #include "webrtc/base/scoped_ref_ptr.h"
|
| #include "webrtc/base/sigslot.h"
|
| @@ -296,4 +296,4 @@ END_PROXY()
|
|
|
| } // namespace webrtc
|
|
|
| -#endif // TALK_APP_WEBRTC_DATACHANNEL_H_
|
| +#endif // WEBRTC_API_DATACHANNEL_H_
|
|
|