Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1318)

Unified Diff: components/ntp_snippets/ntp_snippets_constants.cc

Issue 2744253004: NTP: clang-format (Closed)
Patch Set: rebase Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « components/ntp_snippets/features.cc ('k') | components/ntp_snippets/offline_pages/recent_tab_suggestions_provider_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698