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; |