| 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 0a82499418eb22ab0a8fcfeac124611514e277ec..62af8e55ff014e822428932b721247dded28d40e 100644
|
| --- a/chrome/browser/ui/webui/ntp/suggestions_combiner.h
|
| +++ b/chrome/browser/ui/webui/ntp/suggestions_combiner.h
|
| @@ -37,8 +37,8 @@ class SuggestionsCombiner {
|
|
|
| virtual ~SuggestionsCombiner();
|
|
|
| - explicit SuggestionsCombiner(SuggestionsCombiner::Delegate* delegate,
|
| - Profile* profile);
|
| + SuggestionsCombiner(SuggestionsCombiner::Delegate* delegate,
|
| + Profile* profile);
|
|
|
| // Add a new source. The SuggestionsCombiner takes ownership of |source|.
|
| void AddSource(SuggestionsSource* source);
|
|
|