| Index: components/update_client/component_unpacker.cc
|
| diff --git a/components/update_client/component_unpacker.cc b/components/update_client/component_unpacker.cc
|
| index 78d678e2cdb9da13180979bad305f93946c09edc..b525b4e84ca1e5e8b523fafd5e167a3ac3910fc8 100644
|
| --- a/components/update_client/component_unpacker.cc
|
| +++ b/components/update_client/component_unpacker.cc
|
| @@ -70,7 +70,7 @@ scoped_ptr<base::DictionaryValue> ReadManifest(
|
| if (!root->IsType(base::Value::TYPE_DICTIONARY))
|
| return scoped_ptr<base::DictionaryValue>();
|
| return scoped_ptr<base::DictionaryValue>(
|
| - static_cast<base::DictionaryValue*>(root.release())).Pass();
|
| + static_cast<base::DictionaryValue*>(root.release()));
|
| }
|
|
|
| bool ComponentUnpacker::UnpackInternal() {
|
|
|