| Index: chrome/browser/extensions/app_sync_bundle.cc
|
| diff --git a/chrome/browser/extensions/app_sync_bundle.cc b/chrome/browser/extensions/app_sync_bundle.cc
|
| index 1f5f312d841899c87af03b364abe745c0fad7172..e9a03ba473bc2a0f59e6c3d27b483fd740706a39 100644
|
| --- a/chrome/browser/extensions/app_sync_bundle.cc
|
| +++ b/chrome/browser/extensions/app_sync_bundle.cc
|
| @@ -141,7 +141,7 @@ void AppSyncBundle::GetAppSyncDataListHelper(
|
| std::vector<AppSyncData>* 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 app data for this app, then this
|
| // version is out of date. We'll sync back the version we got from
|
| // sync.
|
|
|