diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-07 03:20:42 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-07 03:20:42 +0000 |
commit | c4ff6d8ea98f460257d7f93ff2f00a7d3fa9c0c6 (patch) | |
tree | d384ff2e9ca9dd1dad48e45114a988d6de1c14f6 /chrome/common/thumbnail_score.h | |
parent | 2bf69b0eb407d3a9df6ac7551c23ac92d29f7142 (diff) | |
download | chromium_src-c4ff6d8ea98f460257d7f93ff2f00a7d3fa9c0c6.zip chromium_src-c4ff6d8ea98f460257d7f93ff2f00a7d3fa9c0c6.tar.gz chromium_src-c4ff6d8ea98f460257d7f93ff2f00a7d3fa9c0c6.tar.bz2 |
Remove a static initializer in thumbnail_score.o
BUG=94925
TEST=none
Review URL: http://codereview.chromium.org/7839019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99908 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/thumbnail_score.h')
-rw-r--r-- | chrome/common/thumbnail_score.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/thumbnail_score.h b/chrome/common/thumbnail_score.h index 0a0650b..3472028 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; |