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

Unified Diff: remoting/host/win/rdp_client_unittest.cc

Issue 1115773002: Apply automated fixits for Chrome clang plugin to remoting. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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/local_input_monitor_win.cc ('k') | remoting/host/win/rdp_client_window.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/win/rdp_client_unittest.cc
diff --git a/remoting/host/win/rdp_client_unittest.cc b/remoting/host/win/rdp_client_unittest.cc
index 2093aebd0a17e093e7609a1dd5f8bed6f4f30bf3..3cca8cb73ee21e0a3415e7f2497307d4d2c06954 100644
--- a/remoting/host/win/rdp_client_unittest.cc
+++ b/remoting/host/win/rdp_client_unittest.cc
@@ -57,7 +57,7 @@ static GUID RdpClientModuleLibid = {
class RdpClientModule : public ATL::CAtlModuleT<RdpClientModule> {
public:
RdpClientModule();
- virtual ~RdpClientModule();
+ ~RdpClientModule() override;
DECLARE_LIBID(RdpClientModuleLibid)
« no previous file with comments | « remoting/host/local_input_monitor_win.cc ('k') | remoting/host/win/rdp_client_window.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698