| Index: media/test/pipeline_integration_test.cc
|
| diff --git a/media/test/pipeline_integration_test.cc b/media/test/pipeline_integration_test.cc
|
| index 24895905b07e2ec73d04a1e7d642b297571770cd..c7216e19473dd26f621bc908ee670f6ad4266384 100644
|
| --- a/media/test/pipeline_integration_test.cc
|
| +++ b/media/test/pipeline_integration_test.cc
|
| @@ -173,6 +173,7 @@ static base::Time kLiveTimelineOffset() {
|
| exploded_time.year = 2012;
|
| exploded_time.month = 11;
|
| exploded_time.day_of_month = 10;
|
| + exploded_time.day_of_week = 6;
|
| exploded_time.hour = 12;
|
| exploded_time.minute = 34;
|
| exploded_time.second = 56;
|
|
|