Index: webrtc/api/java/jni/classreferenceholder.h |
diff --git a/talk/app/webrtc/java/jni/classreferenceholder.h b/webrtc/api/java/jni/classreferenceholder.h |
similarity index 93% |
rename from talk/app/webrtc/java/jni/classreferenceholder.h |
rename to webrtc/api/java/jni/classreferenceholder.h |
index 46e018ba77376c59804893c0d5a749ebed4a9c3e..5edf614401d0df78ab8bb09405ffcff4b1c294fa 100644 |
--- a/talk/app/webrtc/java/jni/classreferenceholder.h |
+++ b/webrtc/api/java/jni/classreferenceholder.h |
@@ -31,12 +31,12 @@ |
// stack. Consequently, we only look up all classes once in app/webrtc. |
// http://developer.android.com/training/articles/perf-jni.html#faq_FindClass |
-#ifndef TALK_APP_WEBRTC_JAVA_JNI_CLASSREFERENCEHOLDER_H_ |
-#define TALK_APP_WEBRTC_JAVA_JNI_CLASSREFERENCEHOLDER_H_ |
+#ifndef WEBRTC_API_JAVA_JNI_CLASSREFERENCEHOLDER_H_ |
+#define WEBRTC_API_JAVA_JNI_CLASSREFERENCEHOLDER_H_ |
#include <jni.h> |
-#include <string> |
#include <map> |
+#include <string> |
namespace webrtc_jni { |
@@ -56,4 +56,4 @@ jclass FindClass(JNIEnv* jni, const char* name); |
} // namespace webrtc_jni |
-#endif // TALK_APP_WEBRTC_JAVA_JNI_CLASSREFERENCEHOLDER_H_ |
+#endif // WEBRTC_API_JAVA_JNI_CLASSREFERENCEHOLDER_H_ |