Index: components/ntp_snippets/physical_web_pages/physical_web_page_suggestions_provider.cc |
diff --git a/components/ntp_snippets/physical_web_pages/physical_web_page_suggestions_provider.cc b/components/ntp_snippets/physical_web_pages/physical_web_page_suggestions_provider.cc |
index 19764bcb8f23e0f4c93d5621ee2d904a675e5310..33313a0bc80912c3975f7b64e6047a7820d2c495 100644 |
--- a/components/ntp_snippets/physical_web_pages/physical_web_page_suggestions_provider.cc |
+++ b/components/ntp_snippets/physical_web_pages/physical_web_page_suggestions_provider.cc |
@@ -98,7 +98,7 @@ void PhysicalWebPageSuggestionsProvider::FetchSuggestionImage( |
void PhysicalWebPageSuggestionsProvider::Fetch( |
const Category& category, |
const std::set<std::string>& known_suggestion_ids, |
- FetchingCallback callback) { |
+ const FetchingCallback& callback) { |
NOTREACHED(); |
base::ThreadTaskRunnerHandle::Get()->PostTask( |
FROM_HERE, |