| Index: components/data_reduction_proxy/core/browser/data_usage_store_unittest.cc
|
| diff --git a/components/data_reduction_proxy/core/browser/data_usage_store_unittest.cc b/components/data_reduction_proxy/core/browser/data_usage_store_unittest.cc
|
| index 6dc60c8235d45e3b6aa2cb485502be8c5ee6594d..a69344d5321e52926fecde12f7ee147e639e35d4 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_usage_store_unittest.cc
|
| +++ b/components/data_reduction_proxy/core/browser/data_usage_store_unittest.cc
|
| @@ -29,6 +29,7 @@ base::Time::Exploded TestExplodedTime() {
|
| exploded.year = 2001;
|
| exploded.month = 12;
|
| exploded.day_of_month = 31;
|
| + exploded.day_of_week = 1;
|
| exploded.hour = 12;
|
| exploded.minute = 1;
|
| exploded.second = 0;
|
|
|