| Index: webrtc/api/dtmfsender.h
|
| diff --git a/talk/app/webrtc/dtmfsender.h b/webrtc/api/dtmfsender.h
|
| similarity index 94%
|
| rename from talk/app/webrtc/dtmfsender.h
|
| rename to webrtc/api/dtmfsender.h
|
| index 6d23610c7dc292de32263ba58852ac3094de6ed8..f0f0e6871a7716a2f22b6e19a49f8e9d2afdacc5 100644
|
| --- a/talk/app/webrtc/dtmfsender.h
|
| +++ b/webrtc/api/dtmfsender.h
|
| @@ -25,14 +25,14 @@
|
| * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef TALK_APP_WEBRTC_DTMFSENDER_H_
|
| -#define TALK_APP_WEBRTC_DTMFSENDER_H_
|
| +#ifndef WEBRTC_API_DTMFSENDER_H_
|
| +#define WEBRTC_API_DTMFSENDER_H_
|
|
|
| #include <string>
|
|
|
| -#include "talk/app/webrtc/dtmfsenderinterface.h"
|
| -#include "talk/app/webrtc/mediastreaminterface.h"
|
| -#include "talk/app/webrtc/proxy.h"
|
| +#include "webrtc/api/dtmfsenderinterface.h"
|
| +#include "webrtc/api/mediastreaminterface.h"
|
| +#include "webrtc/api/proxy.h"
|
| #include "webrtc/base/common.h"
|
| #include "webrtc/base/messagehandler.h"
|
| #include "webrtc/base/refcount.h"
|
| @@ -136,4 +136,4 @@ bool GetDtmfCode(char tone, int* code);
|
|
|
| } // namespace webrtc
|
|
|
| -#endif // TALK_APP_WEBRTC_DTMFSENDER_H_
|
| +#endif // WEBRTC_API_DTMFSENDER_H_
|
|
|