| Index: components/ntp_snippets/ntp_snippet.h
|
| diff --git a/components/ntp_snippets/ntp_snippet.h b/components/ntp_snippets/ntp_snippet.h
|
| index 416cffca7dbedbd016b845a4271d2416c0d4d96d..2d92bd31c85194a35b95d1c9cdd43d05abbb42f7 100644
|
| --- a/components/ntp_snippets/ntp_snippet.h
|
| +++ b/components/ntp_snippets/ntp_snippet.h
|
| @@ -11,7 +11,6 @@
|
|
|
| #include "base/macros.h"
|
| #include "base/time/time.h"
|
| -#include "components/ntp_snippets/content_suggestion.h"
|
| #include "url/gurl.h"
|
|
|
| namespace base {
|
| @@ -126,8 +125,6 @@ class NTPSnippet {
|
| bool is_discarded() const { return is_discarded_; }
|
| void set_discarded(bool discarded) { is_discarded_ = discarded; }
|
|
|
| - std::unique_ptr<ContentSuggestion> ToContentSuggestion() const;
|
| -
|
| // Public for testing.
|
| static base::Time TimeFromJsonString(const std::string& timestamp_str);
|
| static std::string TimeToJsonString(const base::Time& time);
|
|
|