dom_distiller: Move ArticleEntry away from ArticleSpecifics
ArticleEntry used to be an alias for sync_pb::ArticleSpecifics. However, the Sync data type for articles doesn't exist anymore, and we'd like to delete the protos. So this CL replaces the alias with a simple struct. This lets us remove all build dependencies from dom_distiller to sync. Bug: 1007942 Change-Id: Ia9eb2cb3256a540ab3b2f63e8ae621f92121ed1c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1869223 Commit-Queue: Marc Treib <treib@chromium.org> Reviewed-by:Tommy Nyquist <nyquist@chromium.org> Cr-Commit-Position: refs/heads/master@{#707408}
Showing
Please register or sign in to comment