| Index: chrome/browser/ui/webui/ntp/suggestions_combiner.h
|
| diff --git a/chrome/browser/ui/webui/ntp/suggestions_combiner.h b/chrome/browser/ui/webui/ntp/suggestions_combiner.h
|
| index 5b32aeafd371a19d309e39bb6a07d7b25dc0b27c..f5594304ffffbb2a185418e44d843de8c0ab0f6a 100644
|
| --- a/chrome/browser/ui/webui/ntp/suggestions_combiner.h
|
| +++ b/chrome/browser/ui/webui/ntp/suggestions_combiner.h
|
| @@ -53,7 +53,8 @@ class SuggestionsCombiner {
|
|
|
| // Creates a new instance of the SuggestionsCombiner (owned by the callee),
|
| // and sets up the default sources.
|
| - static SuggestionsCombiner* Create(SuggestionsCombiner::Delegate* delegate);
|
| + static SuggestionsCombiner* Create(SuggestionsCombiner::Delegate* delegate,
|
| + Profile* profile);
|
|
|
| private:
|
| friend class SuggestionsCombinerTest;
|
|
|