| Index: webrtc/modules/utility/include/jvm_android.h
|
| diff --git a/webrtc/modules/utility/interface/jvm_android.h b/webrtc/modules/utility/include/jvm_android.h
|
| similarity index 96%
|
| copy from webrtc/modules/utility/interface/jvm_android.h
|
| copy to webrtc/modules/utility/include/jvm_android.h
|
| index 0744fdbf12bc47c91ca972cf3bfb58999bc88dbb..f527dff6322cc6ae19a7d18f8ffe14d8901916bd 100644
|
| --- a/webrtc/modules/utility/interface/jvm_android.h
|
| +++ b/webrtc/modules/utility/include/jvm_android.h
|
| @@ -8,15 +8,15 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef WEBRTC_MODULES_UTILITY_SOURCE_JVM_H_
|
| -#define WEBRTC_MODULES_UTILITY_SOURCE_JVM_H_
|
| +#ifndef WEBRTC_MODULES_UTILITY_INCLUDE_JVM_ANDROID_H_
|
| +#define WEBRTC_MODULES_UTILITY_INCLUDE_JVM_ANDROID_H_
|
|
|
| #include <jni.h>
|
| #include <string>
|
|
|
| #include "webrtc/base/scoped_ptr.h"
|
| #include "webrtc/base/thread_checker.h"
|
| -#include "webrtc/modules/utility/interface/helpers_android.h"
|
| +#include "webrtc/modules/utility/include/helpers_android.h"
|
|
|
| namespace webrtc {
|
|
|
| @@ -182,4 +182,4 @@ class JVM {
|
|
|
| } // namespace webrtc
|
|
|
| -#endif // WEBRTC_MODULES_UTILITY_SOURCE_JVM_H_
|
| +#endif // WEBRTC_MODULES_UTILITY_INCLUDE_JVM_ANDROID_H_
|
|
|