| Index: media/cast/test/end2end_unittest.cc
|
| diff --git a/media/cast/test/end2end_unittest.cc b/media/cast/test/end2end_unittest.cc
|
| index 3caa6e74bfe2e1303c5066331d7e055dd69e0d1e..e9cefaad1522e30486e71682195d8ce8f95c577e 100644
|
| --- a/media/cast/test/end2end_unittest.cc
|
| +++ b/media/cast/test/end2end_unittest.cc
|
| @@ -27,9 +27,7 @@
|
| namespace media {
|
| namespace cast {
|
|
|
| -// Since our time is based on year 1600 and NTP is based on year 1900 we must
|
| -// initialize our fake clock to at least 300 year passed year 1600.
|
| -static const int64 kStartMillisecond = GG_INT64_C(12345678900000);
|
| +static const int64 kStartMillisecond = GG_INT64_C(1245);
|
| static const int kAudioChannels = 2;
|
| static const int kAudioSamplingFrequency = 48000;
|
| static const int kSoundFrequency = 1234; // Frequency of sinusoid wave.
|
|
|