Index: chrome/browser/predictors/resource_prefetch_predictor.cc |
diff --git a/chrome/browser/predictors/resource_prefetch_predictor.cc b/chrome/browser/predictors/resource_prefetch_predictor.cc |
index ea767daf69fe59792c6ebd121297aaacaf393aa4..060419ad9e767546e700aa0766c526f3e0664295 100644 |
--- a/chrome/browser/predictors/resource_prefetch_predictor.cc |
+++ b/chrome/browser/predictors/resource_prefetch_predictor.cc |
@@ -247,7 +247,7 @@ bool ResourcePrefetchPredictor::IsCacheable(const net::URLRequest* response) { |
base::Time response_time(response_info.response_time); |
response_time += base::TimeDelta::FromSeconds(1); |
base::TimeDelta freshness = |
- response_info.headers->GetFreshnessLifetimes(response_time).fresh; |
+ response_info.headers->GetFreshnessLifetimes(response_time).freshness; |
return freshness > base::TimeDelta(); |
} |