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

Unified Diff: components/previews/core/previews_opt_out_store.h

Issue 2480203002: ui: Cleanup class/struct forward declarations (Closed)
Patch Set: Sync CL to position 430550 Created 4 years, 1 month 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: components/previews/core/previews_opt_out_store.h
diff --git a/components/previews/core/previews_opt_out_store.h b/components/previews/core/previews_opt_out_store.h
index 5e078686c03328924b8feff41af47639bba29191..7f81e3a50d710e9651d10bf96cdc1c6db0b2b7db 100644
--- a/components/previews/core/previews_opt_out_store.h
+++ b/components/previews/core/previews_opt_out_store.h
@@ -24,7 +24,8 @@ namespace previews {
typedef std::unordered_map<std::string, std::unique_ptr<PreviewsBlackListItem>>
BlackListItemMap;
-typedef base::Callback<void(std::unique_ptr<BlackListItemMap>)>
+typedef base::Callback<void(std::unique_ptr<BlackListItemMap>,
+ std::unique_ptr<PreviewsBlackListItem>)>
LoadBlackListCallback;
// PreviewsOptOutStore keeps opt out information for the previews.
« no previous file with comments | « components/previews/core/previews_experiments.cc ('k') | components/previews/core/previews_opt_out_store_sql.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698