| Index: webrtc/modules/audio_processing/include/config.h
 | 
| diff --git a/webrtc/modules/audio_processing/include/config.h b/webrtc/modules/audio_processing/include/config.h
 | 
| index 615e3fa3ec24637639ceaddefad5c1f629e10cdd..0473d2d8cb1f9afc87a6a03393880f598c6d34f4 100644
 | 
| --- a/webrtc/modules/audio_processing/include/config.h
 | 
| +++ b/webrtc/modules/audio_processing/include/config.h
 | 
| @@ -24,16 +24,16 @@ enum class ConfigOptionID {
 | 
|    kMyExperimentForTest,
 | 
|    kAlgo1CostFunctionForTest,
 | 
|    kTemporalLayersFactory,  // Deprecated
 | 
| -  kNetEqCapacityConfig,  // Deprecated
 | 
| -  kNetEqFastAccelerate,  // Deprecated
 | 
| -  kVoicePacing,  // Deprecated
 | 
| +  kNetEqCapacityConfig,    // Deprecated
 | 
| +  kNetEqFastAccelerate,    // Deprecated
 | 
| +  kVoicePacing,            // Deprecated
 | 
|    kExtendedFilter,
 | 
|    kDelayAgnostic,
 | 
|    kExperimentalAgc,
 | 
|    kExperimentalNs,
 | 
|    kBeamforming,
 | 
|    kIntelligibility,
 | 
| -  kEchoCanceller3,
 | 
| +  kEchoCanceller3,  // Deprecated
 | 
|    kAecRefinedAdaptiveFilter,
 | 
|    kLevelControl
 | 
|  };
 | 
| 
 |