| 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 22bcb6c56ffcc0ecc68c167f37c023650628ef52..d09040b1bd56b8cb4cd87011560422f96235cafe 100644
|
| --- a/components/ntp_snippets/ntp_snippets_constants.cc
|
| +++ b/components/ntp_snippets/ntp_snippets_constants.cc
|
| @@ -15,8 +15,10 @@ const base::FilePath::CharType kDatabaseFolder[] =
|
| 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
|
|
|