| Index: net/tools/transport_security_state_generator/transport_security_state_entry.h | 
| diff --git a/net/tools/transport_security_state_generator/transport_security_state_entry.h b/net/tools/transport_security_state_generator/transport_security_state_entry.h | 
| index 5bfaddced7e5b5306269891750631339edb5ada0..78bccf47681405f2638f9091921ad068cc632b84 100644 | 
| --- a/net/tools/transport_security_state_generator/transport_security_state_entry.h | 
| +++ b/net/tools/transport_security_state_generator/transport_security_state_entry.h | 
| @@ -32,6 +32,8 @@ struct TransportSecurityStateEntry { | 
| bool expect_staple = false; | 
| bool expect_staple_include_subdomains = false; | 
| std::string expect_staple_report_uri; | 
| + | 
| +  unsigned importance = 0; | 
| }; | 
|  | 
| using TransportSecurityStateEntries = | 
|  |