| Index: webrtc/api/datachannelinterface.h
|
| diff --git a/talk/app/webrtc/datachannelinterface.h b/webrtc/api/datachannelinterface.h
|
| similarity index 97%
|
| rename from talk/app/webrtc/datachannelinterface.h
|
| rename to webrtc/api/datachannelinterface.h
|
| index d70972f05aea99fbf7eb7e976181bea37d5ecb29..e291328a6fdfffb8f82cb5c009c45d0cfd5e7d85 100644
|
| --- a/talk/app/webrtc/datachannelinterface.h
|
| +++ b/webrtc/api/datachannelinterface.h
|
| @@ -28,8 +28,8 @@
|
| // This file contains interfaces for DataChannels
|
| // http://dev.w3.org/2011/webrtc/editor/webrtc.html#rtcdatachannel
|
|
|
| -#ifndef TALK_APP_WEBRTC_DATACHANNELINTERFACE_H_
|
| -#define TALK_APP_WEBRTC_DATACHANNELINTERFACE_H_
|
| +#ifndef WEBRTC_API_DATACHANNELINTERFACE_H_
|
| +#define WEBRTC_API_DATACHANNELINTERFACE_H_
|
|
|
| #include <string>
|
|
|
| @@ -156,4 +156,4 @@ class DataChannelInterface : public rtc::RefCountInterface {
|
|
|
| } // namespace webrtc
|
|
|
| -#endif // TALK_APP_WEBRTC_DATACHANNELINTERFACE_H_
|
| +#endif // WEBRTC_API_DATACHANNELINTERFACE_H_
|
|
|