| Index: remoting/host/local_input_monitor_unittest.cc
|
| ===================================================================
|
| --- remoting/host/local_input_monitor_unittest.cc (revision 180901)
|
| +++ remoting/host/local_input_monitor_unittest.cc (working copy)
|
| @@ -26,7 +26,7 @@
|
| virtual ~FakeMouseMoveObserver() {}
|
|
|
| // Ignore mouse events to avoid breaking the test of someone moves the mouse.
|
| - void OnLocalMouseMoved(const SkIPoint&) {}
|
| + virtual void OnLocalMouseMoved(const SkIPoint&) OVERRIDE {}
|
| void OnDisconnectCallback() {}
|
| };
|
|
|
|
|