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;