| Index: webrtc/api/dtmfsender_unittest.cc
|
| diff --git a/talk/app/webrtc/dtmfsender_unittest.cc b/webrtc/api/dtmfsender_unittest.cc
|
| similarity index 99%
|
| rename from talk/app/webrtc/dtmfsender_unittest.cc
|
| rename to webrtc/api/dtmfsender_unittest.cc
|
| index f686aa2ccc676c7ef429aa7cc2bac5e9d9aa3a1d..e754ca229fd9731c1ed899d87570f49c350ab899 100644
|
| --- a/talk/app/webrtc/dtmfsender_unittest.cc
|
| +++ b/webrtc/api/dtmfsender_unittest.cc
|
| @@ -25,13 +25,13 @@
|
| * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "talk/app/webrtc/dtmfsender.h"
|
| +#include "webrtc/api/dtmfsender.h"
|
|
|
| #include <set>
|
| #include <string>
|
| #include <vector>
|
|
|
| -#include "talk/app/webrtc/audiotrack.h"
|
| +#include "webrtc/api/audiotrack.h"
|
| #include "webrtc/base/gunit.h"
|
| #include "webrtc/base/logging.h"
|
| #include "webrtc/base/timeutils.h"
|
|
|