Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(201)

Unified Diff: chrome/browser/ui/views/frame/browser_command_handler_x11.h

Issue 686463004: Standardize usage of virtual/override/final specifiers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/ui/views/frame/browser_desktop_window_tree_host_x11.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/frame/browser_command_handler_x11.h
diff --git a/chrome/browser/ui/views/frame/browser_command_handler_x11.h b/chrome/browser/ui/views/frame/browser_command_handler_x11.h
index 6b1f8b8bb57a1bb1f732987a068bc34467658ea2..0542401e8eeb618c0c5616eb968f36b22c2c8c45 100644
--- a/chrome/browser/ui/views/frame/browser_command_handler_x11.h
+++ b/chrome/browser/ui/views/frame/browser_command_handler_x11.h
@@ -12,11 +12,11 @@ class Browser;
class BrowserCommandHandlerX11 : public ui::EventHandler {
public:
explicit BrowserCommandHandlerX11(Browser* browser);
- virtual ~BrowserCommandHandlerX11();
+ ~BrowserCommandHandlerX11() override;
private:
// ui::EventHandler:
- virtual void OnMouseEvent(ui::MouseEvent* event) override;
+ void OnMouseEvent(ui::MouseEvent* event) override;
Browser* browser_;
« no previous file with comments | « no previous file | chrome/browser/ui/views/frame/browser_desktop_window_tree_host_x11.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698