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

Unified Diff: components/ntp_snippets/ntp_snippets_constants.cc

Issue 1922083004: Allow fetching personalized snippets from ChromeReader. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Yet another unittest fix Created 4 years, 7 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
« no previous file with comments | « components/ntp_snippets/ntp_snippets_constants.h ('k') | components/ntp_snippets/ntp_snippets_fetcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/ntp_snippets/ntp_snippets_constants.cc
diff --git a/chromecast/base/cast_constants.cc b/components/ntp_snippets/ntp_snippets_constants.cc
similarity index 52%
copy from chromecast/base/cast_constants.cc
copy to components/ntp_snippets/ntp_snippets_constants.cc
index 9caf71f48a0b0b5b45e02fcefdc099d4409e69a2..e945ca56b023dfebd98cfdba0af83c127841f80c 100644
--- a/chromecast/base/cast_constants.cc
+++ b/components/ntp_snippets/ntp_snippets_constants.cc
@@ -2,10 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chromecast/base/cast_constants.h"
+#include "components/ntp_snippets/ntp_snippets_constants.h"
-namespace chromecast {
+namespace ntp_snippets {
-const char kChromeResourceScheme[] = "chrome-resource";
+const char kStudyName[] = "NTPSnippets";
-} // namespace chromecast
+} // namespace ntp_snippets
« no previous file with comments | « components/ntp_snippets/ntp_snippets_constants.h ('k') | components/ntp_snippets/ntp_snippets_fetcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698