Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(349)

Unified Diff: components/autofill/content/browser/risk/fingerprint.cc

Issue 2816513002: Revert of Change base::Value::ListStorage to std::vector<base::Value> (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/arc/net/arc_net_host_impl.cc ('k') | components/autofill/core/browser/autofill_address_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 d382553c87c5af57e73ffcabe7740d5b890ca743..09041403cccfb6f7a0e404993f48044e37fe6456 100644
--- a/components/autofill/content/browser/risk/fingerprint.cc
+++ b/components/autofill/content/browser/risk/fingerprint.cc
@@ -86,7 +86,7 @@
// 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;
« no previous file with comments | « components/arc/net/arc_net_host_impl.cc ('k') | components/autofill/core/browser/autofill_address_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698