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