Chromium Code Reviews| Index: components/ntp_snippets/ntp_snippets_service.cc |
| diff --git a/components/ntp_snippets/ntp_snippets_service.cc b/components/ntp_snippets/ntp_snippets_service.cc |
| index 040c1c82c926f186caa88dfb4c7ff668ed2a6d8f..f2e6310fba154cb11f0714a824fcc50db5b1cf09 100644 |
| --- a/components/ntp_snippets/ntp_snippets_service.cc |
| +++ b/components/ntp_snippets/ntp_snippets_service.cc |
| @@ -36,6 +36,10 @@ using suggestions::ChromeSuggestion; |
| using suggestions::SuggestionsProfile; |
| using suggestions::SuggestionsService; |
| +// TODO IMPORTANT NOTE: This service will move to a sub-namespace and become |
| +// a SnippetProvider. To access available snippets from outside, please use the |
| +// "SnippetService". |
|
Marc Treib
2016/06/13 13:08:17
Not necessary here, the comment in the header is e
Philipp Keck
2016/06/13 14:13:14
Done.
|
| + |
| namespace ntp_snippets { |
| namespace { |