Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(268)

Unified Diff: components/ntp_snippets/content_suggestion.h

Issue 2102023002: Add ContentSuggestionsService (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698