| Index: components/autofill/content/browser/risk/fingerprint.cc
 | 
| diff --git a/components/autofill/content/browser/risk/fingerprint.cc b/components/autofill/content/browser/risk/fingerprint.cc
 | 
| index 09041403cccfb6f7a0e404993f48044e37fe6456..d382553c87c5af57e73ffcabe7740d5b890ca743 100644
 | 
| --- a/components/autofill/content/browser/risk/fingerprint.cc
 | 
| +++ b/components/autofill/content/browser/risk/fingerprint.cc
 | 
| @@ -86,7 +86,7 @@ void AddFontsToFingerprint(const base::ListValue& fonts,
 | 
|      // Each item in the list is a two-element list such that the first element
 | 
|      // is the font family and the second is the font name.
 | 
|      const base::ListValue* font_description = NULL;
 | 
| -    bool success = it->GetAsList(&font_description);
 | 
| +    bool success = it.GetAsList(&font_description);
 | 
|      DCHECK(success);
 | 
|  
 | 
|      std::string font_name;
 | 
| 
 |