Index: components/ntp_snippets/ntp_snippets_fetcher.cc |
diff --git a/components/ntp_snippets/ntp_snippets_fetcher.cc b/components/ntp_snippets/ntp_snippets_fetcher.cc |
index ac39f5d7f800b6dea6fc20e18c7e66421c645ec6..2cb82135958e12b116cb883a50fef15634f8b8c3 100644 |
--- a/components/ntp_snippets/ntp_snippets_fetcher.cc |
+++ b/components/ntp_snippets/ntp_snippets_fetcher.cc |
@@ -79,7 +79,7 @@ NTPSnippetsFetcher::NTPSnippetsFetcher( |
NTPSnippetsFetcher::~NTPSnippetsFetcher() {} |
-scoped_ptr<NTPSnippetsFetcher::SnippetsAvailableCallbackList::Subscription> |
+std::unique_ptr<NTPSnippetsFetcher::SnippetsAvailableCallbackList::Subscription> |
NTPSnippetsFetcher::AddCallback(const SnippetsAvailableCallback& callback) { |
return callback_list_.Add(callback); |
} |