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

Unified Diff: components/sync/syncable/model_type.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/sync/driver/about_sync_util.cc ('k') | components/sync/test/fake_server/fake_server_verifier.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/syncable/model_type.cc
diff --git a/components/sync/syncable/model_type.cc b/components/sync/syncable/model_type.cc
index 942b898e7fb6f18fe27ce79ec6e467f0ae7f628d..bf266b3dc1ffbb456edae477d1d05a55dc53b5df 100644
--- a/components/sync/syncable/model_type.cc
+++ b/components/sync/syncable/model_type.cc
@@ -653,7 +653,7 @@
ModelTypeSet result;
for (base::ListValue::const_iterator i = value.begin(); i != value.end();
++i) {
- result.Put(ModelTypeFromValue(*i));
+ result.Put(ModelTypeFromValue(**i));
}
return result;
}
« no previous file with comments | « components/sync/driver/about_sync_util.cc ('k') | components/sync/test/fake_server/fake_server_verifier.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698