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

Issue 8662023: Add OVERRIDE to remoting/. (Closed)

Created:
9 years, 1 month ago by Avi (use Gerrit)
Modified:
9 years, 1 month ago
Reviewers:
awong, Wez
CC:
chromium-reviews, jamiewalch+watch_chromium.org, hclam+watch_chromium.org, simonmorris+watch_chromium.org, wez+watch_chromium.org, garykac+watch_chromium.org, lambroslambrou+watch_chromium.org, sergeyu+watch_chromium.org
Visibility:
Public.

Description

Add OVERRIDE to remoting/. BUG=104314 TEST=no change Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=111414

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -1 line) Patch
M remoting/host/local_input_monitor_thread_linux.h View 2 chunks +2 lines, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
Avi (use Gerrit)
9 years, 1 month ago (2011-11-23 19:26:17 UTC) #1
Wez
lgtm
9 years, 1 month ago (2011-11-23 19:28:22 UTC) #2
awong
9 years, 1 month ago (2011-11-23 19:32:46 UTC) #3
LGTM

On Wed, Nov 23, 2011 at 11:26 AM, <avi@chromium.org> wrote:

> Reviewers: awong,
>
> Description:
> Add OVERRIDE to remoting/.
>
> BUG=104314
> TEST=no change
>
>
> Please review this at
http://codereview.chromium.**org/8662023/<http://codereview.chromium.org/8662...
>
> SVN Base:
svn://svn.chromium.org/chrome/**trunk/src<http://svn.chromium.org/chrome/trunk/src>
>
> Affected files:
>  M remoting/host/local_input_**monitor_thread_linux.h
>
>
> Index: remoting/host/local_input_**monitor_thread_linux.h
> diff --git a/remoting/host/local_input_**monitor_thread_linux.h
> b/remoting/host/local_input_**monitor_thread_linux.h
> index 567882c8683edc934c7995a3549973**fa8cdf8106..**
> d30e7c4b8992cf65beaa1fdb2a328b**2dbfe1a88f 100644
> --- a/remoting/host/local_input_**monitor_thread_linux.h
> +++ b/remoting/host/local_input_**monitor_thread_linux.h
> @@ -5,6 +5,7 @@
>  #ifndef 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 "third_party/skia/include/**core/SkPoint.h"
>
> @@ -20,7 +21,7 @@ class LocalInputMonitorThread : public
> base::SimpleThread {
>   virtual ~LocalInputMonitorThread();
>
>   void Stop();
> -  virtual void Run();
> +  virtual void Run() OVERRIDE;
>
>   void LocalMouseMoved(const SkIPoint& pos);
>   void LocalKeyPressed(int key_code, bool down);
>
>
>

Powered by Google App Engine
This is Rietveld 408576698