Chromium Code Reviews| Index: chrome/common/extensions/command.cc |
| diff --git a/chrome/common/extensions/command.cc b/chrome/common/extensions/command.cc |
| index fc4b47bc44e7b6ffcf867230ab5196b6d319fa7f..ba42e1c6def0fe420edabde9c7fa94191b75548c 100644 |
| --- a/chrome/common/extensions/command.cc |
| +++ b/chrome/common/extensions/command.cc |
| @@ -272,7 +272,7 @@ |
| else if (tokens[i] == values::kKeyMacCtrl) |
| tokens[i] = values::kKeyCtrl; |
| } |
| - return base::JoinString(tokens, "+"); |
| + return JoinString(tokens, '+'); |
| } |
| } // namespace |