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

Unified Diff: webrtc/api/datachannelinterface.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/datachannel_unittest.cc ('k') | webrtc/api/dtlsidentitystore.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/datachannelinterface.h
diff --git a/talk/app/webrtc/datachannelinterface.h b/webrtc/api/datachannelinterface.h
similarity index 97%
rename from talk/app/webrtc/datachannelinterface.h
rename to webrtc/api/datachannelinterface.h
index d70972f05aea99fbf7eb7e976181bea37d5ecb29..e291328a6fdfffb8f82cb5c009c45d0cfd5e7d85 100644
--- a/talk/app/webrtc/datachannelinterface.h
+++ b/webrtc/api/datachannelinterface.h
@@ -28,8 +28,8 @@
// This file contains interfaces for DataChannels
// http://dev.w3.org/2011/webrtc/editor/webrtc.html#rtcdatachannel
-#ifndef TALK_APP_WEBRTC_DATACHANNELINTERFACE_H_
-#define TALK_APP_WEBRTC_DATACHANNELINTERFACE_H_
+#ifndef WEBRTC_API_DATACHANNELINTERFACE_H_
+#define WEBRTC_API_DATACHANNELINTERFACE_H_
#include <string>
@@ -156,4 +156,4 @@ class DataChannelInterface : public rtc::RefCountInterface {
} // namespace webrtc
-#endif // TALK_APP_WEBRTC_DATACHANNELINTERFACE_H_
+#endif // WEBRTC_API_DATACHANNELINTERFACE_H_
« no previous file with comments | « webrtc/api/datachannel_unittest.cc ('k') | webrtc/api/dtlsidentitystore.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698