| Index: chrome/browser/resources/predictors/resource_prefetch_predictor.html | 
| diff --git a/chrome/browser/resources/predictors/resource_prefetch_predictor.html b/chrome/browser/resources/predictors/resource_prefetch_predictor.html | 
| index 36903fa4c6e5e49302c023813bbc053bad839f73..ed9eed3243cdb3c1471faf6a7c1fd6f3b614673d 100644 | 
| --- a/chrome/browser/resources/predictors/resource_prefetch_predictor.html | 
| +++ b/chrome/browser/resources/predictors/resource_prefetch_predictor.html | 
| @@ -17,6 +17,7 @@ | 
| <th>Consec Misses</th> | 
| <th>Average Position</th> | 
| <th>Score</th> | 
| +              <th>Before FCP</th> | 
| </tr> | 
| </thead> | 
| <tbody id="rpp_url_body"> | 
| @@ -35,6 +36,7 @@ | 
| <th>Consec Misses</th> | 
| <th>Average Position</th> | 
| <th>Score</th> | 
| +              <th>Before FCP</th> | 
| </tr> | 
| </thead> | 
| <tbody id="rpp_host_body"> | 
|  |