| Index: webrtc/api/dtmfsenderinterface.h
|
| diff --git a/talk/app/webrtc/dtmfsenderinterface.h b/webrtc/api/dtmfsenderinterface.h
|
| similarity index 95%
|
| rename from talk/app/webrtc/dtmfsenderinterface.h
|
| rename to webrtc/api/dtmfsenderinterface.h
|
| index 7fbf57af235f445d33104b4b1006737a85de72da..327c673ca8dd257cb511a223f2215399a170434f 100644
|
| --- a/talk/app/webrtc/dtmfsenderinterface.h
|
| +++ b/webrtc/api/dtmfsenderinterface.h
|
| @@ -25,12 +25,12 @@
|
| * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef TALK_APP_WEBRTC_DTMFSENDERINTERFACE_H_
|
| -#define TALK_APP_WEBRTC_DTMFSENDERINTERFACE_H_
|
| +#ifndef WEBRTC_API_DTMFSENDERINTERFACE_H_
|
| +#define WEBRTC_API_DTMFSENDERINTERFACE_H_
|
|
|
| #include <string>
|
|
|
| -#include "talk/app/webrtc/mediastreaminterface.h"
|
| +#include "webrtc/api/mediastreaminterface.h"
|
| #include "webrtc/base/common.h"
|
| #include "webrtc/base/refcount.h"
|
|
|
| @@ -102,4 +102,4 @@ class DtmfSenderInterface : public rtc::RefCountInterface {
|
|
|
| } // namespace webrtc
|
|
|
| -#endif // TALK_APP_WEBRTC_DTMFSENDERINTERFACE_H_
|
| +#endif // WEBRTC_API_DTMFSENDERINTERFACE_H_
|
|
|