| Index: chrome/browser/ui/webui/ntp/suggestions_page_handler.cc
|
| diff --git a/chrome/browser/ui/webui/ntp/suggestions_page_handler.cc b/chrome/browser/ui/webui/ntp/suggestions_page_handler.cc
|
| index 35f579cfb895e0e4d0c8b8f14567e4b1fed845aa..2c89de2e59f50cbbe12aa631b1a1ac30b7265d8c 100644
|
| --- a/chrome/browser/ui/webui/ntp/suggestions_page_handler.cc
|
| +++ b/chrome/browser/ui/webui/ntp/suggestions_page_handler.cc
|
| @@ -82,7 +82,7 @@ void SuggestionsHandler::RegisterMessages() {
|
| }
|
|
|
| // Setup the suggestions sources.
|
| - suggestions_combiner_.reset(SuggestionsCombiner::Create(this));
|
| + suggestions_combiner_.reset(SuggestionsCombiner::Create(this, profile));
|
|
|
| // We pre-emptively make a fetch for suggestions so we have the results
|
| // sooner.
|
|
|