| Index: remoting/host/desktop_environment.h
|
| diff --git a/remoting/host/desktop_environment.h b/remoting/host/desktop_environment.h
|
| index e27e33a7407f6c897cca08f415ef1247c8e783fe..c61ec855c1177da975d79a7a38ed5a3fdc73650a 100644
|
| --- a/remoting/host/desktop_environment.h
|
| +++ b/remoting/host/desktop_environment.h
|
| @@ -8,10 +8,7 @@
|
| #include <string>
|
|
|
| #include "base/basictypes.h"
|
| -#include "base/memory/ref_counted.h"
|
| #include "base/memory/scoped_ptr.h"
|
| -#include "base/time.h"
|
| -#include "remoting/base/scoped_thread_proxy.h"
|
| #include "remoting/host/event_executor.h"
|
|
|
| namespace remoting {
|
| @@ -21,6 +18,7 @@ class ChromotingHost;
|
| class ChromotingHostContext;
|
|
|
| namespace protocol {
|
| +class ClipboardStub;
|
| class HostEventStub;
|
| };
|
|
|
| @@ -45,7 +43,7 @@ class DesktopEnvironment {
|
|
|
| Capturer* capturer() const { return capturer_.get(); }
|
| EventExecutor* event_executor() const { return event_executor_.get(); }
|
| - void OnSessionStarted();
|
| + void OnSessionStarted(scoped_ptr<protocol::ClipboardStub> client_clipboard);
|
| void OnSessionFinished();
|
|
|
| private:
|
|
|