| Index: trunk/src/remoting/host/win/host_service.h
|
| ===================================================================
|
| --- trunk/src/remoting/host/win/host_service.h (revision 201972)
|
| +++ trunk/src/remoting/host/win/host_service.h (working copy)
|
| @@ -12,8 +12,8 @@
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/singleton.h"
|
| #include "base/synchronization/waitable_event.h"
|
| -#include "base/win/message_window.h"
|
| #include "net/base/ip_endpoint.h"
|
| +#include "remoting/host/win/message_window.h"
|
| #include "remoting/host/win/wts_terminal_monitor.h"
|
|
|
| class CommandLine;
|
| @@ -28,7 +28,7 @@
|
| class Stoppable;
|
| class WtsTerminalObserver;
|
|
|
| -class HostService : public base::win::MessageWindow::Delegate,
|
| +class HostService : public win::MessageWindow::Delegate,
|
| public WtsTerminalMonitor {
|
| public:
|
| static HostService* GetInstance();
|
| @@ -70,7 +70,7 @@
|
| // console application).
|
| int RunInConsole();
|
|
|
| - // base::win::MessageWindow::Delegate interface.
|
| + // win::MessageWindow::Delegate interface.
|
| virtual bool HandleMessage(HWND hwnd,
|
| UINT message,
|
| WPARAM wparam,
|
|
|