| Index: chrome/common/extensions/api/commands/commands_manifest_unittest.cc
|
| diff --git a/chrome/common/extensions/api/commands/commands_manifest_unittest.cc b/chrome/common/extensions/api/commands/commands_manifest_unittest.cc
|
| index 38c32a06d0acaadda3ebb81e76e76549d7d169e9..9a27c391321cfda946187a84d6b100bd2242b585 100644
|
| --- a/chrome/common/extensions/api/commands/commands_manifest_unittest.cc
|
| +++ b/chrome/common/extensions/api/commands/commands_manifest_unittest.cc
|
| @@ -20,7 +20,7 @@ class CommandsManifestTest : public ExtensionManifestTest {
|
| protected:
|
| virtual void SetUp() OVERRIDE {
|
| ManifestHandler::Register(extension_manifest_keys::kCommands,
|
| - new CommandsHandler);
|
| + make_linked_ptr(new CommandsHandler));
|
| }
|
| };
|
|
|
|
|