| Index: components/ntp_snippets/content_suggestion.h
|
| diff --git a/components/ntp_snippets/content_suggestion.h b/components/ntp_snippets/content_suggestion.h
|
| index f187b337085875802eb40dd75f89d6875c1cfd09..d6369dded9c543256662d55d11fb0a07015781d3 100644
|
| --- a/components/ntp_snippets/content_suggestion.h
|
| +++ b/components/ntp_snippets/content_suggestion.h
|
| @@ -17,8 +17,6 @@ namespace ntp_snippets {
|
|
|
| // A content suggestion for the new tab page, which can be an article or an
|
| // offline page, for example.
|
| -// NOTE: This class is not yet in use, please use NTPSnippet for now
|
| -// (see ntp_snippet.h).
|
| class ContentSuggestion {
|
| public:
|
| // Creates a new ContentSuggestion. The caller must ensure that the |id|
|
|
|