Index: chrome/browser/ui/webui/ntp/suggestions_combiner_unittest.cc |
diff --git a/chrome/browser/ui/webui/ntp/suggestions_combiner_unittest.cc b/chrome/browser/ui/webui/ntp/suggestions_combiner_unittest.cc |
index fd9b1807fc46f08f23d0b000a91a87a1ca076d7e..4d9fa495b8ce4a5e35d6512dbd9862c46c8a9191 100644 |
--- a/chrome/browser/ui/webui/ntp/suggestions_combiner_unittest.cc |
+++ b/chrome/browser/ui/webui/ntp/suggestions_combiner_unittest.cc |
@@ -134,8 +134,9 @@ struct TestDescription { |
// Not in the empty namespace since it's a friend of SuggestionsCombiner. |
class SuggestionsSourceStub : public SuggestionsSource { |
public: |
- explicit SuggestionsSourceStub(int weight, |
- const std::string& source_name, int number_of_suggestions) |
+ SuggestionsSourceStub(int weight, |
+ const std::string& source_name, |
+ int number_of_suggestions) |
: combiner_(NULL), |
weight_(weight), |
source_name_(source_name), |