| Index: webrtc/modules/utility/include/helpers_ios.h
|
| diff --git a/webrtc/modules/utility/interface/helpers_ios.h b/webrtc/modules/utility/include/helpers_ios.h
|
| similarity index 90%
|
| copy from webrtc/modules/utility/interface/helpers_ios.h
|
| copy to webrtc/modules/utility/include/helpers_ios.h
|
| index a5edee0279575f7f9b110e72aa37fa3b6c208547..a5a07ace17218d146d06559b85883c966875af06 100644
|
| --- a/webrtc/modules/utility/interface/helpers_ios.h
|
| +++ b/webrtc/modules/utility/include/helpers_ios.h
|
| @@ -8,8 +8,8 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef WEBRTC_MODULES_UTILITY_INTERFACE_HELPERS_IOS_H_
|
| -#define WEBRTC_MODULES_UTILITY_INTERFACE_HELPERS_IOS_H_
|
| +#ifndef WEBRTC_MODULES_UTILITY_INCLUDE_HELPERS_IOS_H_
|
| +#define WEBRTC_MODULES_UTILITY_INCLUDE_HELPERS_IOS_H_
|
|
|
| #if defined(WEBRTC_IOS)
|
|
|
| @@ -56,4 +56,4 @@ std::string GetDeviceName();
|
|
|
| #endif // defined(WEBRTC_IOS)
|
|
|
| -#endif // WEBRTC_MODULES_UTILITY_INTERFACE_HELPERS_IOS_H_
|
| +#endif // WEBRTC_MODULES_UTILITY_INCLUDE_HELPERS_IOS_H_
|
|
|