Home
last modified time | relevance | path

Searched refs:one_month_ago (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/history/
Dhistory_database.cc133 base::Time one_month_ago = base::Time::Now() - base::TimeDelta::FromDays(30); in ComputeDatabaseMetrics() local
136 monthly_visit_sql.BindInt64(0, one_month_ago.ToInternalValue()); in ComputeDatabaseMetrics()
155 url_sql.BindInt64(0, one_month_ago.ToInternalValue()); in ComputeDatabaseMetrics()