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

Unified Diff: webrtc/api/jsepicecandidate.cc

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/jsepicecandidate.h ('k') | webrtc/api/jsepsessiondescription.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/jsepicecandidate.cc
diff --git a/talk/app/webrtc/jsepicecandidate.cc b/webrtc/api/jsepicecandidate.cc
similarity index 97%
rename from talk/app/webrtc/jsepicecandidate.cc
rename to webrtc/api/jsepicecandidate.cc
index 768bd0a281bc3ee7097a116f00e3e4cc677c8644..172c52e74c03052db23cd624f466fdae39855c81 100644
--- a/talk/app/webrtc/jsepicecandidate.cc
+++ b/webrtc/api/jsepicecandidate.cc
@@ -25,11 +25,11 @@
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "talk/app/webrtc/jsepicecandidate.h"
+#include "webrtc/api/jsepicecandidate.h"
#include <vector>
-#include "talk/app/webrtc/webrtcsdp.h"
+#include "webrtc/api/webrtcsdp.h"
#include "webrtc/base/stringencode.h"
namespace webrtc {
« no previous file with comments | « webrtc/api/jsepicecandidate.h ('k') | webrtc/api/jsepsessiondescription.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698