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

Unified Diff: webrtc/sdk/android/src/jni/pc/ownedfactoryandthreads.h

Issue 2992103002: Relanding: Break peerconnection_jni.cc into multiple files, in "pc" directory. (Closed)
Patch Set: Even lower similarity threshold Created 3 years, 5 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/sdk/android/src/jni/pc/ownedfactoryandthreads.h
diff --git a/webrtc/sdk/android/src/jni/ownedfactoryandthreads.h b/webrtc/sdk/android/src/jni/pc/ownedfactoryandthreads.h
similarity index 94%
rename from webrtc/sdk/android/src/jni/ownedfactoryandthreads.h
rename to webrtc/sdk/android/src/jni/pc/ownedfactoryandthreads.h
index eb573164691e59e5f9e34992cb44753eb3a01b68..408471ef648f2349b2fe9185c1fc9e89a1c37d58 100644
--- a/webrtc/sdk/android/src/jni/ownedfactoryandthreads.h
+++ b/webrtc/sdk/android/src/jni/pc/ownedfactoryandthreads.h
@@ -8,8 +8,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#ifndef WEBRTC_SDK_ANDROID_SRC_JNI_OWNEDFACTORYANDTHREADS_H_
-#define WEBRTC_SDK_ANDROID_SRC_JNI_OWNEDFACTORYANDTHREADS_H_
+#ifndef WEBRTC_SDK_ANDROID_SRC_JNI_PC_OWNEDFACTORYANDTHREADS_H_
+#define WEBRTC_SDK_ANDROID_SRC_JNI_PC_OWNEDFACTORYANDTHREADS_H_
#include <jni.h>
#include <memory>
@@ -77,4 +77,4 @@ class OwnedFactoryAndThreads {
} // namespace webrtc_jni
-#endif // WEBRTC_SDK_ANDROID_SRC_JNI_OWNEDFACTORYANDTHREADS_H_
+#endif // WEBRTC_SDK_ANDROID_SRC_JNI_PC_OWNEDFACTORYANDTHREADS_H_

Powered by Google App Engine
This is Rietveld 408576698