| Index: trunk/src/remoting/host/win/host_service.cc
|
| ===================================================================
|
| --- trunk/src/remoting/host/win/host_service.cc (revision 201972)
|
| +++ trunk/src/remoting/host/win/host_service.cc (working copy)
|
| @@ -385,7 +385,7 @@
|
| }
|
|
|
| // Create a window for receiving session change notifications.
|
| - base::win::MessageWindow window;
|
| + win::MessageWindow window;
|
| if (!window.Create(this)) {
|
| LOG_GETLASTERROR(ERROR)
|
| << "Failed to create the session notification window";
|
|
|