| Index: remoting/host/win/session_event_executor.h
|
| diff --git a/remoting/host/session_event_executor_win.h b/remoting/host/win/session_event_executor.h
|
| similarity index 88%
|
| rename from remoting/host/session_event_executor_win.h
|
| rename to remoting/host/win/session_event_executor.h
|
| index b6d48bf079fb920b8e0d19b91c8965446489d809..118238d72661138bd927154d080ba0f8d37c88e6 100644
|
| --- a/remoting/host/session_event_executor_win.h
|
| +++ b/remoting/host/win/session_event_executor.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef REMOTING_HOST_SESSION_EVENT_EXECUTOR_WIN_H_
|
| -#define REMOTING_HOST_SESSION_EVENT_EXECUTOR_WIN_H_
|
| +#ifndef REMOTING_HOST_WIN_SESSION_EVENT_EXECUTOR_H_
|
| +#define REMOTING_HOST_WIN_SESSION_EVENT_EXECUTOR_H_
|
|
|
| #include <set>
|
|
|
| @@ -29,9 +29,9 @@ class SessionEventExecutorWin : public EventExecutor {
|
| ~SessionEventExecutorWin();
|
|
|
| // EventExecutor implementation.
|
| - virtual void OnSessionStarted(
|
| + virtual void Start(
|
| scoped_ptr<protocol::ClipboardStub> client_clipboard) OVERRIDE;
|
| - virtual void OnSessionFinished() OVERRIDE;
|
| + virtual void StopAndDelete() OVERRIDE;
|
|
|
| // protocol::ClipboardStub implementation.
|
| virtual void InjectClipboardEvent(
|
| @@ -66,4 +66,4 @@ class SessionEventExecutorWin : public EventExecutor {
|
|
|
| } // namespace remoting
|
|
|
| -#endif // REMOTING_HOST_SESSION_EVENT_EXECUTOR_WIN_H_
|
| +#endif // REMOTING_HOST_WIN_SESSION_EVENT_EXECUTOR_H_
|
|
|