Chromium Code Reviews| Index: webrtc/common_types.h |
| diff --git a/webrtc/common_types.h b/webrtc/common_types.h |
| index cbad3b8d81d90004ddd2e5bd627ab6856181a453..e1a4c77d37adf184bb43b0fd87070d635f54d917 100644 |
| --- a/webrtc/common_types.h |
| +++ b/webrtc/common_types.h |
| @@ -139,8 +139,7 @@ |
| kFileFormatPreencodedFile = 4, |
| kFileFormatPcm16kHzFile = 7, |
| kFileFormatPcm8kHzFile = 8, |
| - kFileFormatPcm32kHzFile = 9, |
| - kFileFormatPcm48kHzFile = 10 |
| + kFileFormatPcm32kHzFile = 9 |
| }; |
| enum FrameType { |