| Index: chrome/common/extensions/extension_unittest.cc
|
| ===================================================================
|
| --- chrome/common/extensions/extension_unittest.cc (revision 31588)
|
| +++ chrome/common/extensions/extension_unittest.cc (working copy)
|
| @@ -302,8 +302,8 @@
|
| DictionaryValue input;
|
|
|
| // First try with an empty dictionary.
|
| - ASSERT_TRUE(extension.LoadExtensionActionHelper(
|
| - &input, &error_msg) != NULL);
|
| + action.reset(extension.LoadExtensionActionHelper(&input, &error_msg));
|
| + ASSERT_TRUE(action != NULL);
|
| ASSERT_STREQ("", error_msg.c_str());
|
| error_msg = "";
|
|
|
|
|