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

Unified Diff: remoting/host/continue_window_linux.cc

Issue 660803004: Standardize usage of virtual/override/final specifiers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « remoting/host/config_file_watcher_unittest.cc ('k') | remoting/host/curtain_mode_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/continue_window_linux.cc
diff --git a/remoting/host/continue_window_linux.cc b/remoting/host/continue_window_linux.cc
index e3a8a6038c2cb1813c0df46229bbb162b21befd5..668e392a7bdd333939327cbfca8055d022fe7f89 100644
--- a/remoting/host/continue_window_linux.cc
+++ b/remoting/host/continue_window_linux.cc
@@ -17,12 +17,12 @@ namespace remoting {
class ContinueWindowGtk : public ContinueWindow {
public:
ContinueWindowGtk();
- virtual ~ContinueWindowGtk();
+ ~ContinueWindowGtk() override;
protected:
// ContinueWindow overrides.
- virtual void ShowUi() override;
- virtual void HideUi() override;
+ void ShowUi() override;
+ void HideUi() override;
private:
void CreateWindow();
« no previous file with comments | « remoting/host/config_file_watcher_unittest.cc ('k') | remoting/host/curtain_mode_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698