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

Unified Diff: remoting/host/daemon_process_unittest.cc

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/daemon_process.h ('k') | remoting/host/desktop_process.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/daemon_process_unittest.cc
diff --git a/remoting/host/daemon_process_unittest.cc b/remoting/host/daemon_process_unittest.cc
index 22877c6bb3dc945bb4c85a36b7c8de2968947ea8..51ca681fbce7802cc5b58b7e3e93b86797607e54 100644
--- a/remoting/host/daemon_process_unittest.cc
+++ b/remoting/host/daemon_process_unittest.cc
@@ -40,10 +40,9 @@ enum Messages {
class FakeDesktopSession : public DesktopSession {
public:
FakeDesktopSession(DaemonProcess* daemon_process, int id);
- virtual ~FakeDesktopSession();
+ ~FakeDesktopSession() override;
- virtual void SetScreenResolution(
- const ScreenResolution& resolution) override {}
+ void SetScreenResolution(const ScreenResolution& resolution) override {}
private:
DISALLOW_COPY_AND_ASSIGN(FakeDesktopSession);
« no previous file with comments | « remoting/host/daemon_process.h ('k') | remoting/host/desktop_process.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698