| Index: chrome/browser/extensions/sync_bundle.cc
|
| diff --git a/chrome/browser/extensions/sync_bundle.cc b/chrome/browser/extensions/sync_bundle.cc
|
| index dd793375c6e9163b7d362fa2391a48548382a57e..0a35419d164dc6f298b53d2e3f65a7ec56ccdecd 100644
|
| --- a/chrome/browser/extensions/sync_bundle.cc
|
| +++ b/chrome/browser/extensions/sync_bundle.cc
|
| @@ -17,7 +17,7 @@ SyncBundle::SyncBundle() {}
|
| SyncBundle::~SyncBundle() {}
|
|
|
| void SyncBundle::StartSyncing(
|
| - scoped_ptr<syncer::SyncChangeProcessor> sync_processor) {
|
| + std::unique_ptr<syncer::SyncChangeProcessor> sync_processor) {
|
| sync_processor_.reset(sync_processor.release());
|
| }
|
|
|
|
|