Index: components/ntp_snippets/content_suggestion.h |
diff --git a/components/ntp_snippets/content_suggestion.h b/components/ntp_snippets/content_suggestion.h |
index 60ab27285d39153f84cbc3440fa5346646f6a7d5..7da0756ef79b0441406f2a9a20ea3d1411b2ea2b 100644 |
--- a/components/ntp_snippets/content_suggestion.h |
+++ b/components/ntp_snippets/content_suggestion.h |
@@ -27,6 +27,8 @@ class ContentSuggestion { |
const ContentSuggestionsProviderType provider, |
const ContentSuggestionCategory category, |
const GURL& url); |
+ ContentSuggestion(ContentSuggestion&&); |
+ ContentSuggestion& operator=(ContentSuggestion&&); |
~ContentSuggestion(); |