Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(122)

Side by Side Diff: remoting/host/win/rdp_client_window.h

Issue 1547473005: Switch to standard integer types in remoting/host/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « remoting/host/win/rdp_client_unittest.cc ('k') | remoting/host/win/rdp_client_window.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 // Copyright (c) 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_RDP_HOST_WINDOW_H_ 5 #ifndef REMOTING_HOST_WIN_RDP_HOST_WINDOW_H_
6 #define REMOTING_HOST_WIN_RDP_HOST_WINDOW_H_ 6 #define REMOTING_HOST_WIN_RDP_HOST_WINDOW_H_
7 7
8 #include <atlbase.h> 8 #include <atlbase.h>
9 #include <atlcom.h> 9 #include <atlcom.h>
10 #include <atlcrack.h> 10 #include <atlcrack.h>
11 #include <atlctl.h> 11 #include <atlctl.h>
12 12
13 #include "base/basictypes.h"
14 #include "base/memory/ref_counted.h" 13 #include "base/memory/ref_counted.h"
15 #include "base/message_loop/message_loop.h" 14 #include "base/message_loop/message_loop.h"
16 #include "base/win/scoped_comptr.h" 15 #include "base/win/scoped_comptr.h"
17 #include "net/base/ip_endpoint.h" 16 #include "net/base/ip_endpoint.h"
18 // The following header was generated by Visual Studio. We had to check it in 17 // The following header was generated by Visual Studio. We had to check it in
19 // due to a bug in VS2013. See crbug.com/318952 for details. 18 // due to a bug in VS2013. See crbug.com/318952 for details.
20 #include "remoting/host/win/com_imported_mstscax.tlh" 19 #include "remoting/host/win/com_imported_mstscax.tlh"
21 #include "third_party/webrtc/modules/desktop_capture/desktop_geometry.h" 20 #include "third_party/webrtc/modules/desktop_capture/desktop_geometry.h"
22 21
23 namespace remoting { 22 namespace remoting {
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 base::win::ScopedComPtr<mstsc::IMsRdpClientAdvancedSettings> client_settings_; 150 base::win::ScopedComPtr<mstsc::IMsRdpClientAdvancedSettings> client_settings_;
152 151
153 // Used to cancel modal dialog boxes shown by the RDP control. 152 // Used to cancel modal dialog boxes shown by the RDP control.
154 class WindowHook; 153 class WindowHook;
155 scoped_refptr<WindowHook> window_activate_hook_; 154 scoped_refptr<WindowHook> window_activate_hook_;
156 }; 155 };
157 156
158 } // namespace remoting 157 } // namespace remoting
159 158
160 #endif // REMOTING_HOST_WIN_RDP_HOST_WINDOW_H_ 159 #endif // REMOTING_HOST_WIN_RDP_HOST_WINDOW_H_
OLDNEW
« no previous file with comments | « remoting/host/win/rdp_client_unittest.cc ('k') | remoting/host/win/rdp_client_window.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698