| Index: chrome/browser/extensions/api/commands/commands.h
|
| diff --git a/chrome/browser/extensions/api/commands/commands.h b/chrome/browser/extensions/api/commands/commands.h
|
| index 0096e9309f2f4b274cdac8f6638df52f49a6e8cd..423049ac5a4446d2c7026d842b39c94d698400d9 100644
|
| --- a/chrome/browser/extensions/api/commands/commands.h
|
| +++ b/chrome/browser/extensions/api/commands/commands.h
|
| @@ -9,7 +9,7 @@
|
|
|
| class GetAllCommandsFunction : public ChromeSyncExtensionFunction {
|
| virtual ~GetAllCommandsFunction() {}
|
| - virtual bool RunSync() OVERRIDE;
|
| + virtual bool RunSync() override;
|
| DECLARE_EXTENSION_FUNCTION("commands.getAll", COMMANDS_GETALL)
|
| };
|
|
|
|
|