Index: components/ntp_snippets/ntp_snippets_constants.cc |
diff --git a/components/ntp_snippets/ntp_snippets_constants.cc b/components/ntp_snippets/ntp_snippets_constants.cc |
index daaa006011c4c2fb781a8a8748d3d297b1af3ab3..3c076bd194b1c820c8040130015002c3a1ea7362 100644 |
--- a/components/ntp_snippets/ntp_snippets_constants.cc |
+++ b/components/ntp_snippets/ntp_snippets_constants.cc |
@@ -17,8 +17,10 @@ const char kChromeReaderServer[] = |
const char kContentSuggestionsServer[] = |
"https://chromecontentsuggestions-pa.googleapis.com/v1/suggestions/fetch"; |
const char kContentSuggestionsStagingServer[] = |
- "https://staging-chromecontentsuggestions-pa.googleapis.com/v1/suggestions/fetch"; |
+ "https://staging-chromecontentsuggestions-pa.googleapis.com/v1/suggestions/" |
+ "fetch"; |
const char kContentSuggestionsAlphaServer[] = |
- "https://alpha-chromecontentsuggestions-pa.sandbox.googleapis.com/v1/suggestions/fetch"; |
+ "https://alpha-chromecontentsuggestions-pa.sandbox.googleapis.com/v1/" |
+ "suggestions/fetch"; |
} // namespace ntp_snippets |