| Index: chrome/browser/extensions/extension_sync_bundle.cc
|
| diff --git a/chrome/browser/extensions/extension_sync_bundle.cc b/chrome/browser/extensions/extension_sync_bundle.cc
|
| index a9db2bedee8e3a67593b77726b9b49366a1dd660..8c49c3baa9b1dacc68d1d6fe7947d264bf747887 100644
|
| --- a/chrome/browser/extensions/extension_sync_bundle.cc
|
| +++ b/chrome/browser/extensions/extension_sync_bundle.cc
|
| @@ -143,7 +143,7 @@ void ExtensionSyncBundle::GetExtensionSyncDataListHelper(
|
| std::vector<ExtensionSyncData>* sync_data_list) const {
|
| for (ExtensionSet::const_iterator it = extensions.begin();
|
| it != extensions.end(); ++it) {
|
| - const Extension& extension = **it;
|
| + const Extension& extension = **it.get();
|
| // If we have pending extension data for this extension, then this
|
| // version is out of date. We'll sync back the version we got from
|
| // sync.
|
|
|