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

Unified Diff: remoting/host/local_input_monitor_linux.cc

Issue 12207034: Linux/ChromeOS Chromium style checker cleanup, remoting/ edition. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 7 years, 10 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
Index: remoting/host/local_input_monitor_linux.cc
===================================================================
--- remoting/host/local_input_monitor_linux.cc (revision 180901)
+++ remoting/host/local_input_monitor_linux.cc (working copy)
@@ -15,7 +15,7 @@
class LocalInputMonitorLinux : public LocalInputMonitor {
public:
LocalInputMonitorLinux();
- ~LocalInputMonitorLinux();
+ virtual ~LocalInputMonitorLinux();
virtual void Start(MouseMoveObserver* mouse_move_observer,
const base::Closure& disconnect_callback) OVERRIDE;
« no previous file with comments | « remoting/client/plugin/pepper_packet_socket_factory.cc ('k') | remoting/host/local_input_monitor_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698