| Index: webrtc/common_types.h
|
| diff --git a/webrtc/common_types.h b/webrtc/common_types.h
|
| index 24ba00a8450e4e9869c544f772c774105af0100c..d4f2f908304be732a9f492cd3234fe24139e88ed 100644
|
| --- a/webrtc/common_types.h
|
| +++ b/webrtc/common_types.h
|
| @@ -632,11 +632,10 @@ class VideoCodec {
|
| VideoCodecH264* H264();
|
| const VideoCodecH264& H264() const;
|
|
|
| - // This variable will be declared private and renamed to codec_specific_
|
| - // once Chromium is not accessing it.
|
| + private:
|
| // TODO(hta): Consider replacing the union with a pointer type.
|
| // This will allow removing the VideoCodec* types from this file.
|
| - VideoCodecUnion codecSpecific;
|
| + VideoCodecUnion codec_specific_;
|
| };
|
|
|
| // Bandwidth over-use detector options. These are used to drive
|
|
|