| Index: content/shell/browser/layout_test/layout_test_content_browser_client.h
|
| diff --git a/content/shell/browser/layout_test/layout_test_content_browser_client.h b/content/shell/browser/layout_test/layout_test_content_browser_client.h
|
| index 57b557ae737172c14ab30e4e530321735d2f96fb..f1d5a41a4c2fd8fa0a12533ce38b0f26e5713dee 100644
|
| --- a/content/shell/browser/layout_test/layout_test_content_browser_client.h
|
| +++ b/content/shell/browser/layout_test/layout_test_content_browser_client.h
|
| @@ -38,7 +38,8 @@ class LayoutTestContentBrowserClient : public ShellContentBrowserClient {
|
| PlatformNotificationService* GetPlatformNotificationService() override;
|
|
|
| private:
|
| - scoped_ptr<LayoutTestNotificationManager> layout_test_notification_manager_;
|
| + std::unique_ptr<LayoutTestNotificationManager>
|
| + layout_test_notification_manager_;
|
| };
|
|
|
| } // content
|
|
|