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 423049ac5a4446d2c7026d842b39c94d698400d9..9aa38eae130a77a2d7c8830337d78ca08adf84d8 100644 |
--- a/chrome/browser/extensions/api/commands/commands.h |
+++ b/chrome/browser/extensions/api/commands/commands.h |
@@ -8,8 +8,8 @@ |
#include "chrome/browser/extensions/chrome_extension_function.h" |
class GetAllCommandsFunction : public ChromeSyncExtensionFunction { |
- virtual ~GetAllCommandsFunction() {} |
- virtual bool RunSync() override; |
+ ~GetAllCommandsFunction() override {} |
+ bool RunSync() override; |
DECLARE_EXTENSION_FUNCTION("commands.getAll", COMMANDS_GETALL) |
}; |