| Index: chrome/browser/extensions/api/commands/command_service.cc
 | 
| diff --git a/chrome/browser/extensions/api/commands/command_service.cc b/chrome/browser/extensions/api/commands/command_service.cc
 | 
| index 750372657a389b1ad3c39a2fa6687bbaf3937e49..45be93b6823a8acbec5949112fb36b5b33c42adb 100644
 | 
| --- a/chrome/browser/extensions/api/commands/command_service.cc
 | 
| +++ b/chrome/browser/extensions/api/commands/command_service.cc
 | 
| @@ -69,7 +69,7 @@ std::string GetPlatformKeybindingKeyForAccelerator(
 | 
|  }
 | 
|  
 | 
|  bool IsForCurrentPlatform(const std::string& key) {
 | 
| -  return StartsWithASCII(key, Command::CommandPlatform() + ":", true);
 | 
| +  return base::StartsWithASCII(key, Command::CommandPlatform() + ":", true);
 | 
|  }
 | 
|  
 | 
|  std::string StripCurrentPlatform(const std::string& key) {
 | 
| 
 |