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 93b35de7762fea072ec504021b1eeea17877249d..100b6e45513479ebc125484b44de3b223211d241 100644 |
--- a/chrome/browser/ui/webui/ntp/suggestions_combiner.h |
+++ b/chrome/browser/ui/webui/ntp/suggestions_combiner.h |
@@ -37,6 +37,9 @@ class SuggestionsCombiner { |
virtual ~SuggestionsCombiner(); |
+ explicit SuggestionsCombiner(SuggestionsCombiner::Delegate* delegate, |
+ Profile* profile); |
+ |
// Add a new source. The SuggestionsCombiner takes ownership of |source|. |
void AddSource(SuggestionsSource* source); |
@@ -65,9 +68,6 @@ class SuggestionsCombiner { |
private: |
friend class SuggestionsCombinerTest; |
- explicit SuggestionsCombiner(SuggestionsCombiner::Delegate* delegate, |
- Profile* profile); |
- |
// Fill the page values from the suggestion sources so they can be sent to |
// the JavaScript side. This should only be called when all the suggestion |
// sources have items ready. |