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

Unified Diff: content/browser/notifications/platform_notification_context_impl.h

Issue 1874893002: Convert //content/browser from scoped_ptr to std::unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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: content/browser/notifications/platform_notification_context_impl.h
diff --git a/content/browser/notifications/platform_notification_context_impl.h b/content/browser/notifications/platform_notification_context_impl.h
index 250a2d835989346ef7e43cfbd18f34b39ca76bf6..f2eb599f4db5d489aec943122325727978c56f49 100644
--- a/content/browser/notifications/platform_notification_context_impl.h
+++ b/content/browser/notifications/platform_notification_context_impl.h
@@ -148,7 +148,7 @@ class CONTENT_EXPORT PlatformNotificationContextImpl
scoped_refptr<ServiceWorkerContextWrapper> service_worker_context_;
scoped_refptr<base::SequencedTaskRunner> task_runner_;
- scoped_ptr<NotificationDatabase> database_;
+ std::unique_ptr<NotificationDatabase> database_;
// Indicates whether the database should be pruned when it's opened.
bool prune_database_on_open_ = false;

Powered by Google App Engine
This is Rietveld 408576698