| Index: components/history/content/browser/content_history_backend_db_unittest.cc
 | 
| diff --git a/components/history/content/browser/content_history_backend_db_unittest.cc b/components/history/content/browser/content_history_backend_db_unittest.cc
 | 
| index 790491ecafdcd0502441e1558a26625a553430f7..f364b846fc50eea6aac7b6893be1e66408c02e63 100644
 | 
| --- a/components/history/content/browser/content_history_backend_db_unittest.cc
 | 
| +++ b/components/history/content/browser/content_history_backend_db_unittest.cc
 | 
| @@ -76,6 +76,7 @@ const InterruptReasonAssociation historical_reasons[] = {
 | 
|      {"SERVER_CERT_PROBLEM", 35},
 | 
|      {"SERVER_FORBIDDEN", 36},
 | 
|      {"SERVER_UNREACHABLE", 37},
 | 
| +    {"SERVER_CONTENT_LENGTH_MISMATCH", 38},
 | 
|      {"USER_CANCELED", 40},
 | 
|      {"USER_SHUTDOWN", 41},
 | 
|      {"CRASH", 50},
 | 
| 
 |