| Index: third_party/WebKit/Source/modules/notifications/NotificationResourcesLoaderTest.cpp
|
| diff --git a/third_party/WebKit/Source/modules/notifications/NotificationResourcesLoaderTest.cpp b/third_party/WebKit/Source/modules/notifications/NotificationResourcesLoaderTest.cpp
|
| index cd82f45d349dc5c5bd82ba37f3185bce26259372..c3aba1c4639c8f90c8323b0d0a3553655ff09225 100644
|
| --- a/third_party/WebKit/Source/modules/notifications/NotificationResourcesLoaderTest.cpp
|
| +++ b/third_party/WebKit/Source/modules/notifications/NotificationResourcesLoaderTest.cpp
|
| @@ -84,7 +84,7 @@ protected:
|
| }
|
|
|
| private:
|
| - OwnPtr<DummyPageHolder> m_page;
|
| + std::unique_ptr<DummyPageHolder> m_page;
|
| Persistent<NotificationResourcesLoader> m_loader;
|
| std::unique_ptr<WebNotificationResources> m_resources;
|
| };
|
|
|