Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1360)

Unified Diff: webrtc/api/dtmfsender.h

Issue 1610243002: Move talk/app/webrtc to webrtc/api (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Removed processing of api.gyp for Chromium builds Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/api/dtlsidentitystore_unittest.cc ('k') | webrtc/api/dtmfsender.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « webrtc/api/dtlsidentitystore_unittest.cc ('k') | webrtc/api/dtmfsender.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698