| Index: net/cert/crl_set.cc
 | 
| diff --git a/net/cert/crl_set.cc b/net/cert/crl_set.cc
 | 
| index a39cf5d79e0eb0c1262df55cdee832a32154fdb0..539fd6f0339cf5830d636f6e6466e5dfdcc3ffc4 100644
 | 
| --- a/net/cert/crl_set.cc
 | 
| +++ b/net/cert/crl_set.cc
 | 
| @@ -178,7 +178,7 @@ static bool ReadCRL(base::StringPiece* data, std::string* out_parent_spki_hash,
 | 
|  }
 | 
|  
 | 
|  bool CRLSet::CopyBlockedSPKIsFromHeader(base::DictionaryValue* header_dict) {
 | 
| -  ListValue* blocked_spkis_list = NULL;
 | 
| +  base::ListValue* blocked_spkis_list = NULL;
 | 
|    if (!header_dict->GetList("BlockedSPKIs", &blocked_spkis_list)) {
 | 
|      // BlockedSPKIs is optional, so it's fine if we don't find it.
 | 
|      return true;
 | 
| 
 |