| Index: chrome/browser/extensions/webstore_install_helper.cc
|
| diff --git a/chrome/browser/extensions/webstore_install_helper.cc b/chrome/browser/extensions/webstore_install_helper.cc
|
| index 55fefbe48cb882f93d9f5f9e386a82b0d5633bc9..691ec84901659706c6e3008c225f0e0a39aa91f8 100644
|
| --- a/chrome/browser/extensions/webstore_install_helper.cc
|
| +++ b/chrome/browser/extensions/webstore_install_helper.cc
|
| @@ -83,7 +83,7 @@ void WebstoreInstallHelper::OnFetchComplete(const GURL& url,
|
| }
|
|
|
| void WebstoreInstallHelper::OnJSONParseSucceeded(
|
| - scoped_ptr<base::Value> result) {
|
| + std::unique_ptr<base::Value> result) {
|
| CHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
|
| manifest_parse_complete_ = true;
|
| const base::DictionaryValue* value;
|
|
|