| Index: webrtc/examples/objc/AppRTCMobile/ARDSettingsStore.h
 | 
| diff --git a/webrtc/examples/objc/AppRTCMobile/ios/ARDSettingsStore.h b/webrtc/examples/objc/AppRTCMobile/ARDSettingsStore.h
 | 
| similarity index 96%
 | 
| rename from webrtc/examples/objc/AppRTCMobile/ios/ARDSettingsStore.h
 | 
| rename to webrtc/examples/objc/AppRTCMobile/ARDSettingsStore.h
 | 
| index b82ec70e653e6a1e603f84283eb547d2884abc4f..b010b7f1242fade7d18191a31b9399c7217689e5 100644
 | 
| --- a/webrtc/examples/objc/AppRTCMobile/ios/ARDSettingsStore.h
 | 
| +++ b/webrtc/examples/objc/AppRTCMobile/ARDSettingsStore.h
 | 
| @@ -19,7 +19,7 @@ NS_ASSUME_NONNULL_BEGIN
 | 
|   */
 | 
|  @interface ARDSettingsStore : NSObject
 | 
|  
 | 
| -@property(nonatomic) NSString* videoCodec;
 | 
| +@property(nonatomic) NSString *videoCodec;
 | 
|  
 | 
|  /**
 | 
|   * Returns current video resolution media constraint string stored in the store.
 | 
| 
 |