| Index: chrome/common/thumbnail_score.h
|
| diff --git a/chrome/common/thumbnail_score.h b/chrome/common/thumbnail_score.h
|
| index 0a0650b767e6c7d8ddf9b170388903a25a0e3262..347202861b4de041174d294eb6ba42ea27a4179e 100644
|
| --- a/chrome/common/thumbnail_score.h
|
| +++ b/chrome/common/thumbnail_score.h
|
| @@ -90,7 +90,7 @@ struct ThumbnailScore {
|
| // Time before we take a worse thumbnail (subject to
|
| // kThumbnailMaximumBoringness) over what's currently in the database
|
| // for freshness.
|
| - static const base::TimeDelta kUpdateThumbnailTime;
|
| + static const int64 kUpdateThumbnailTimeDays;
|
|
|
| // Penalty of how much more boring a thumbnail should be per hour.
|
| static const double kThumbnailDegradePerHour;
|
|
|