| Index: webrtc/modules/utility/include/helpers_android.h
|
| diff --git a/webrtc/modules/utility/interface/helpers_android.h b/webrtc/modules/utility/include/helpers_android.h
|
| similarity index 93%
|
| copy from webrtc/modules/utility/interface/helpers_android.h
|
| copy to webrtc/modules/utility/include/helpers_android.h
|
| index 5c73fe45662b8d2e2a9c20073ee3aa70f3c88e0b..2840ca965ea24a2f90837edd1b5440097caa91a0 100644
|
| --- a/webrtc/modules/utility/interface/helpers_android.h
|
| +++ b/webrtc/modules/utility/include/helpers_android.h
|
| @@ -8,8 +8,8 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef WEBRTC_MODULES_UTILITY_INTERFACE_HELPERS_ANDROID_H_
|
| -#define WEBRTC_MODULES_UTILITY_INTERFACE_HELPERS_ANDROID_H_
|
| +#ifndef WEBRTC_MODULES_UTILITY_INCLUDE_HELPERS_ANDROID_H_
|
| +#define WEBRTC_MODULES_UTILITY_INCLUDE_HELPERS_ANDROID_H_
|
|
|
| #include <jni.h>
|
| #include <string>
|
| @@ -84,4 +84,4 @@ class ScopedGlobalRef {
|
|
|
| } // namespace webrtc
|
|
|
| -#endif // WEBRTC_MODULES_UTILITY_INTERFACE_HELPERS_ANDROID_H_
|
| +#endif // WEBRTC_MODULES_UTILITY_INCLUDE_HELPERS_ANDROID_H_
|
|
|