| Index: webrtc/modules/audio_device/ios/helpers_ios.h
|
| diff --git a/webrtc/modules/utility/include/helpers_ios.h b/webrtc/modules/audio_device/ios/helpers_ios.h
|
| similarity index 92%
|
| rename from webrtc/modules/utility/include/helpers_ios.h
|
| rename to webrtc/modules/audio_device/ios/helpers_ios.h
|
| index 1b692f18c18b56ae907007d5e330627dfb2d091d..62560462171bf36967e151e77f2872753521074c 100644
|
| --- a/webrtc/modules/utility/include/helpers_ios.h
|
| +++ b/webrtc/modules/audio_device/ios/helpers_ios.h
|
| @@ -8,8 +8,8 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef WEBRTC_MODULES_UTILITY_INCLUDE_HELPERS_IOS_H_
|
| -#define WEBRTC_MODULES_UTILITY_INCLUDE_HELPERS_IOS_H_
|
| +#ifndef WEBRTC_MODULES_AUDIO_DEVICE_IOS_HELPERS_IOS_H_
|
| +#define WEBRTC_MODULES_AUDIO_DEVICE_IOS_HELPERS_IOS_H_
|
|
|
| #if defined(WEBRTC_IOS)
|
|
|
| @@ -74,4 +74,4 @@ bool GetLowPowerModeEnabled();
|
|
|
| #endif // defined(WEBRTC_IOS)
|
|
|
| -#endif // WEBRTC_MODULES_UTILITY_INCLUDE_HELPERS_IOS_H_
|
| +#endif // WEBRTC_MODULES_AUDIO_DEVICE_IOS_HELPERS_IOS_H_
|
|
|