| Index: net/cert/internal/test_helpers.h
 | 
| diff --git a/net/cert/internal/test_helpers.h b/net/cert/internal/test_helpers.h
 | 
| index d8b1c6992cc70b18fadb9ebb545dedd0b7d0ea60..dceb06821571d5c6c7a48861cfbe0db0645ad3dc 100644
 | 
| --- a/net/cert/internal/test_helpers.h
 | 
| +++ b/net/cert/internal/test_helpers.h
 | 
| @@ -95,16 +95,6 @@
 | 
|    // The Key Purpose to use when verifying the chain.
 | 
|    KeyPurpose key_purpose = KeyPurpose::ANY_EKU;
 | 
|  
 | 
| -  InitialExplicitPolicy initial_explicit_policy = InitialExplicitPolicy::kFalse;
 | 
| -
 | 
| -  std::set<der::Input> user_initial_policy_set;
 | 
| -
 | 
| -  InitialPolicyMappingInhibit initial_policy_mapping_inhibit =
 | 
| -      InitialPolicyMappingInhibit::kFalse;
 | 
| -
 | 
| -  InitialAnyPolicyInhibit initial_any_policy_inhibit =
 | 
| -      InitialAnyPolicyInhibit::kFalse;
 | 
| -
 | 
|    // The expected errors/warnings from verification (as a string).
 | 
|    std::string expected_errors;
 | 
|  
 | 
| 
 |