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

Unified Diff: webrtc/api/java/jni/classreferenceholder.cc

Issue 1610243002: Move talk/app/webrtc to webrtc/api (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Updated location for peerconnection_unittests.isolate Created 4 years, 11 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
Index: webrtc/api/java/jni/classreferenceholder.cc
diff --git a/talk/app/webrtc/java/jni/classreferenceholder.cc b/webrtc/api/java/jni/classreferenceholder.cc
similarity index 98%
rename from talk/app/webrtc/java/jni/classreferenceholder.cc
rename to webrtc/api/java/jni/classreferenceholder.cc
index a7d36c226fc7321e50e5018d24e42db92aec4376..3a2bf964f193e85a4190f5206c2c34e03a64cd37 100644
--- a/talk/app/webrtc/java/jni/classreferenceholder.cc
+++ b/webrtc/api/java/jni/classreferenceholder.cc
@@ -25,9 +25,9 @@
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
*/
-#include "talk/app/webrtc/java/jni/classreferenceholder.h"
+#include "webrtc/api/java/jni/classreferenceholder.h"
-#include "talk/app/webrtc/java/jni/jni_helpers.h"
+#include "webrtc/api/java/jni/jni_helpers.h"
namespace webrtc_jni {

Powered by Google App Engine
This is Rietveld 408576698