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

Unified Diff: chrome/browser/ui/app_list/search/webstore/webstore_provider.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
Index: chrome/browser/ui/app_list/search/webstore/webstore_provider.cc
diff --git a/chrome/browser/ui/app_list/search/webstore/webstore_provider.cc b/chrome/browser/ui/app_list/search/webstore/webstore_provider.cc
index 7999174d30741ce98d5dee7b20bbbb3f270c40f8..12b0c57595eb5262b5e029944e760b1c5a320bb4 100644
--- a/chrome/browser/ui/app_list/search/webstore/webstore_provider.cc
+++ b/chrome/browser/ui/app_list/search/webstore/webstore_provider.cc
@@ -139,7 +139,7 @@
it != result_list->end();
++it) {
const base::DictionaryValue* dict;
- if (!it->GetAsDictionary(&dict))
+ if (!(*it)->GetAsDictionary(&dict))
continue;
std::unique_ptr<SearchResult> result(CreateResult(query, *dict));
« no previous file with comments | « chrome/browser/sync/test/integration/preferences_helper.cc ('k') | chrome/browser/ui/webui/browsing_history_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698