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

Unified Diff: remoting/host/resizing_host_observer.h

Issue 667123002: Standardize usage of virtual/override/final in remoting/ (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/remoting_me2me_host.cc ('k') | remoting/host/resizing_host_observer_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/resizing_host_observer.h
diff --git a/remoting/host/resizing_host_observer.h b/remoting/host/resizing_host_observer.h
index bcd36a16cb77bc4d00b50e5292355325b4fda4ba..723b416ecee4d93e90d469afcb6ee89f12a3a77f 100644
--- a/remoting/host/resizing_host_observer.h
+++ b/remoting/host/resizing_host_observer.h
@@ -28,10 +28,10 @@ class DesktopResizer;
class ResizingHostObserver : public ScreenControls {
public:
explicit ResizingHostObserver(scoped_ptr<DesktopResizer> desktop_resizer);
- virtual ~ResizingHostObserver();
+ ~ResizingHostObserver() override;
// ScreenControls interface.
- virtual void SetScreenResolution(const ScreenResolution& resolution) override;
+ void SetScreenResolution(const ScreenResolution& resolution) override;
// Provide a replacement for base::Time::Now so that this class can be
// unit-tested in a timely manner. This function will be called exactly
« no previous file with comments | « remoting/host/remoting_me2me_host.cc ('k') | remoting/host/resizing_host_observer_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698