| 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
|
|
|