Index: chrome/browser/extensions/extension_migrator.cc |
diff --git a/chrome/browser/extensions/extension_migrator.cc b/chrome/browser/extensions/extension_migrator.cc |
index cf27b62137b63d4f5a9ccea905320f52858496f8..0a6abcdab9c6c470ff5e9874e8da89f134d36f5b 100644 |
--- a/chrome/browser/extensions/extension_migrator.cc |
+++ b/chrome/browser/extensions/extension_migrator.cc |
@@ -29,7 +29,7 @@ void ExtensionMigrator::StartLoading() { |
const bool should_have_extension = |
IsAppPresent(old_id_) || IsAppPresent(new_id_); |
if (should_have_extension) { |
- scoped_ptr<base::DictionaryValue> entry(new base::DictionaryValue); |
+ std::unique_ptr<base::DictionaryValue> entry(new base::DictionaryValue); |
entry->SetStringWithoutPathExpansion( |
ExternalProviderImpl::kExternalUpdateUrl, |
extension_urls::GetWebstoreUpdateUrl().spec()); |