| Index: media/base/pipeline_unittest.cc
|
| diff --git a/media/base/pipeline_unittest.cc b/media/base/pipeline_unittest.cc
|
| index 4c8640c7807b65b6d2c0a7b25f0fd714b6ebbc97..2e4c528581975c3c735338e16b8a4eb0d966fc23 100644
|
| --- a/media/base/pipeline_unittest.cc
|
| +++ b/media/base/pipeline_unittest.cc
|
| @@ -36,8 +36,7 @@ using ::testing::WithArg;
|
| namespace media {
|
|
|
| // Demuxer properties.
|
| -static const int kTotalBytes = 1024;
|
| -static const int kBitrate = 1234;
|
| +const int kTotalBytes = 1024;
|
|
|
| ACTION_P(SetDemuxerProperties, duration) {
|
| arg0->SetTotalBytes(kTotalBytes);
|
|
|