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

Unified Diff: webrtc/api/datachannel.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/audiotrack.cc ('k') | webrtc/api/datachannel.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/datachannel.h
diff --git a/talk/app/webrtc/datachannel.h b/webrtc/api/datachannel.h
similarity index 98%
rename from talk/app/webrtc/datachannel.h
rename to webrtc/api/datachannel.h
index 00e088635df62133aa4d02789f6ed5e236a4f526..649cb24088f2250a16b06ade79a0023e24e53dd5 100644
--- a/talk/app/webrtc/datachannel.h
+++ b/webrtc/api/datachannel.h
@@ -25,16 +25,16 @@
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef TALK_APP_WEBRTC_DATACHANNEL_H_
-#define TALK_APP_WEBRTC_DATACHANNEL_H_
+#ifndef WEBRTC_API_DATACHANNEL_H_
+#define WEBRTC_API_DATACHANNEL_H_
#include <deque>
#include <set>
#include <string>
-#include "talk/app/webrtc/datachannelinterface.h"
-#include "talk/app/webrtc/proxy.h"
#include "talk/session/media/channel.h"
+#include "webrtc/api/datachannelinterface.h"
+#include "webrtc/api/proxy.h"
#include "webrtc/base/messagehandler.h"
#include "webrtc/base/scoped_ref_ptr.h"
#include "webrtc/base/sigslot.h"
@@ -296,4 +296,4 @@ END_PROXY()
} // namespace webrtc
-#endif // TALK_APP_WEBRTC_DATACHANNEL_H_
+#endif // WEBRTC_API_DATACHANNEL_H_
« no previous file with comments | « webrtc/api/audiotrack.cc ('k') | webrtc/api/datachannel.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698