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

Unified Diff: components/offline_pages/content/suggested_articles_observer.h

Issue 2848703004: Switch SupportsUserData uses to use unique_ptr. (Closed)
Patch Set: rev Created 3 years, 8 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/offline_pages/content/suggested_articles_observer.h
diff --git a/components/offline_pages/content/suggested_articles_observer.h b/components/offline_pages/content/suggested_articles_observer.h
index fda1f66faa06e8a40a568cd07c5b193c1b1a1889..b8e25d136a77e76ab693e89d54fc64970a3f3073 100644
--- a/components/offline_pages/content/suggested_articles_observer.h
+++ b/components/offline_pages/content/suggested_articles_observer.h
@@ -28,7 +28,7 @@ namespace offline_pages {
// specifically.
class SuggestedArticlesObserver
: public ntp_snippets::ContentSuggestionsService::Observer,
- base::SupportsUserData::Data {
+ public base::SupportsUserData::Data {
public:
// Delegate exists to allow for dependency injection in unit tests.
// SuggestedArticlesObserver implements its own delegate, |DefaultDelegate| in

Powered by Google App Engine
This is Rietveld 408576698