Chromium Code Reviews

Unified Diff: components/ntp_snippets/BUILD.gn

Issue 2158883002: Change NTPSnippetsBridge to read from ContentSuggestionsService (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@offlinepagesprovider
Patch Set: Marc's comments Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: components/ntp_snippets/BUILD.gn
diff --git a/components/ntp_snippets/BUILD.gn b/components/ntp_snippets/BUILD.gn
index 7a6c0fa29a2fe84ab9992772bcca3e0d8cf1778f..2a6c8c892efc82d5a5131cca73d2fc35869fd961 100644
--- a/components/ntp_snippets/BUILD.gn
+++ b/components/ntp_snippets/BUILD.gn
@@ -70,7 +70,7 @@ source_set("ntp_snippets") {
if (is_android) {
java_cpp_enum("ntp_snippets_java_enums_srcjar") {
sources = [
- "ntp_snippets_status_service.h",
+ "content_suggestions_category_status.h",
]
}
}

Powered by Google App Engine