| Index: chrome/common/extensions/command.cc
|
| diff --git a/chrome/common/extensions/command.cc b/chrome/common/extensions/command.cc
|
| index 1615773d3aeea0e15f70cf37f2fa8a6cc5588d72..f2290dca4def611d4827ec80de5ac90ec64bd843 100644
|
| --- a/chrome/common/extensions/command.cc
|
| +++ b/chrome/common/extensions/command.cc
|
| @@ -294,6 +294,8 @@ Command::Command(const std::string& command_name,
|
| IsNamedCommand(command_name), &error);
|
| }
|
|
|
| +Command::Command(const Command& other) = default;
|
| +
|
| Command::~Command() {}
|
|
|
| // static
|
|
|