| OLD | NEW |
| 1 // Copyright 2013 The Chromium Authors. All rights reserved. | 1 // Copyright 2013 The Chromium Authors. All rights reserved. |
| 2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
| 4 | 4 |
| 5 #ifndef REMOTING_HOST_WIN_MESSAGE_WINDOW_H_ | 5 #ifndef REMOTING_HOST_WIN_MESSAGE_WINDOW_H_ |
| 6 #define REMOTING_HOST_WIN_MESSAGE_WINDOW_H_ | 6 #define REMOTING_HOST_WIN_MESSAGE_WINDOW_H_ |
| 7 | 7 |
| 8 #include <windows.h> | 8 #include <windows.h> |
| 9 | 9 |
| 10 #include <string> | 10 #include <string> |
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 58 // Handle of the input window. | 58 // Handle of the input window. |
| 59 HWND window_; | 59 HWND window_; |
| 60 | 60 |
| 61 DISALLOW_COPY_AND_ASSIGN(MessageWindow); | 61 DISALLOW_COPY_AND_ASSIGN(MessageWindow); |
| 62 }; | 62 }; |
| 63 | 63 |
| 64 } // namespace win | 64 } // namespace win |
| 65 } // namespace remoting | 65 } // namespace remoting |
| 66 | 66 |
| 67 #endif // REMOTING_HOST_WIN_MESSAGE_WINDOW_H_ | 67 #endif // REMOTING_HOST_WIN_MESSAGE_WINDOW_H_ |
| OLD | NEW |