| Index: chrome/browser/extensions/webstore_installer_test.h
|
| diff --git a/chrome/browser/extensions/webstore_installer_test.h b/chrome/browser/extensions/webstore_installer_test.h
|
| index ec88e2e8aba9943551a1bb9fac0fb86f82d98648..4c67ef2bd7a24bbe99b9d61a9de8a22f82c5bb98 100644
|
| --- a/chrome/browser/extensions/webstore_installer_test.h
|
| +++ b/chrome/browser/extensions/webstore_installer_test.h
|
| @@ -71,7 +71,8 @@ class WebstoreInstallerTest : public ExtensionBrowserTest {
|
|
|
| base::ScopedTempDir download_directory_;
|
|
|
| - scoped_ptr<extensions::ScopedTestDialogAutoConfirm> install_auto_confirm_;
|
| + std::unique_ptr<extensions::ScopedTestDialogAutoConfirm>
|
| + install_auto_confirm_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(WebstoreInstallerTest);
|
| };
|
|
|