diff options
author | ajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-25 18:43:23 +0000 |
---|---|---|
committer | ajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-25 18:43:23 +0000 |
commit | 242c4bd36b82138f6ab7b2dea12b7d31830b0560 (patch) | |
tree | bce48fcc49b67b5a32581e08a5994611010aa680 /remoting | |
parent | 7310050cab8c59a0b834538786096e9a542568c2 (diff) | |
download | chromium_src-242c4bd36b82138f6ab7b2dea12b7d31830b0560.zip chromium_src-242c4bd36b82138f6ab7b2dea12b7d31830b0560.tar.gz chromium_src-242c4bd36b82138f6ab7b2dea12b7d31830b0560.tar.bz2 |
Fix style mistakes in r75477.
Associated review at: http://codereview.chromium.org/6489031/
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6532102
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76074 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting')
-rw-r--r-- | remoting/host/event_executor_linux.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/host/event_executor_linux.cc b/remoting/host/event_executor_linux.cc index 1e82fc9..200e4e4 100644 --- a/remoting/host/event_executor_linux.cc +++ b/remoting/host/event_executor_linux.cc @@ -354,7 +354,7 @@ EventExecutorLinux::EventExecutorLinux( MessageLoopForUI* message_loop, Capturer* capturer) : message_loop_(message_loop), capturer_(capturer), - pimpl_(new EventExecutorLinuxPimpl(this, message_loop->get_display())) { + pimpl_(new EventExecutorLinuxPimpl(this, message_loop->GetDisplay())) { CHECK(pimpl_->Init()); } |