Commit 70cda72e authored by avi@chromium.org's avatar avi@chromium.org

Add OVERRIDE to remoting/.

BUG=104314
TEST=no change

Review URL: http://codereview.chromium.org/8662023

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111414 0039d316-1c4b-4281-b951-d872f2087c98
parent 6a8e9bac
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
#ifndef LOCAL_INPUT_MONITOR_THREAD_LINUX_H_ #ifndef LOCAL_INPUT_MONITOR_THREAD_LINUX_H_
#define LOCAL_INPUT_MONITOR_THREAD_LINUX_H_ #define LOCAL_INPUT_MONITOR_THREAD_LINUX_H_
#include "base/compiler_specific.h"
#include "base/threading/simple_thread.h" #include "base/threading/simple_thread.h"
#include "third_party/skia/include/core/SkPoint.h" #include "third_party/skia/include/core/SkPoint.h"
...@@ -20,7 +21,7 @@ class LocalInputMonitorThread : public base::SimpleThread { ...@@ -20,7 +21,7 @@ class LocalInputMonitorThread : public base::SimpleThread {
virtual ~LocalInputMonitorThread(); virtual ~LocalInputMonitorThread();
void Stop(); void Stop();
virtual void Run(); virtual void Run() OVERRIDE;
void LocalMouseMoved(const SkIPoint& pos); void LocalMouseMoved(const SkIPoint& pos);
void LocalKeyPressed(int key_code, bool down); void LocalKeyPressed(int key_code, bool down);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment