commit | c191bf9404b023e634f07a23570773fb10aff87d | [log] [tgz] |
---|---|---|
author | Nico Weber <[email protected]> | Mon Feb 11 18:52:37 2019 |
committer | Commit Bot <[email protected]> | Mon Feb 11 18:52:37 2019 |
tree | 687e8fdf6037462b6ac9971bc49c12c9c3d325ad | |
parent | 9cd7e59ed6ec87b408b0f8f527ee6e128d0c1bb4 [diff] [blame] |
Remove a few unnecessary semicolons. This CL was uploaded by git cl split. [email protected] Bug: 926235 Change-Id: Idbf1c43ba1fa05601e7defadffc0a9cb668c7e07 Reviewed-on: https://chromium-review.googlesource.com/c/1464220 Reviewed-by: Peter Beverloo <[email protected]> Commit-Queue: Peter Beverloo <[email protected]> Cr-Commit-Position: refs/heads/master@{#630849}
diff --git a/content/shell/browser/shell_devtools_bindings.h b/content/shell/browser/shell_devtools_bindings.h index 8b79f54..a346a3f 100644 --- a/content/shell/browser/shell_devtools_bindings.h +++ b/content/shell/browser/shell_devtools_bindings.h
@@ -33,7 +33,7 @@ class ShellDevToolsDelegate { public: virtual void Close() = 0; - virtual ~ShellDevToolsDelegate(){}; + virtual ~ShellDevToolsDelegate() {} }; class WebContents;