Index: content/browser/notifications/platform_notification_context_unittest.cc |
diff --git a/content/browser/notifications/platform_notification_context_unittest.cc b/content/browser/notifications/platform_notification_context_unittest.cc |
index c3a2e543a2b261403391a54bfca90f4c4c182e9f..163213e5b0cbc800c93b76bb3364678ed5058546 100644 |
--- a/content/browser/notifications/platform_notification_context_unittest.cc |
+++ b/content/browser/notifications/platform_notification_context_unittest.cc |
@@ -228,7 +228,7 @@ TEST_F(PlatformNotificationContextTest, DeleteNotification) { |
} |
TEST_F(PlatformNotificationContextTest, ServiceWorkerUnregistered) { |
- scoped_ptr<EmbeddedWorkerTestHelper> embedded_worker_test_helper( |
+ std::unique_ptr<EmbeddedWorkerTestHelper> embedded_worker_test_helper( |
new EmbeddedWorkerTestHelper(base::FilePath())); |
// Manually create the PlatformNotificationContextImpl so that the Service |