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

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

Issue 19574007: Use a direct include of the message_loop header in remoting/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 months 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 | Annotate | Revision Log
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" 13 #include "base/basictypes.h"
14 #include "base/memory/ref_counted.h" 14 #include "base/memory/ref_counted.h"
15 #include "base/message_loop.h" 15 #include "base/message_loop/message_loop.h"
16 #include "base/win/scoped_comptr.h" 16 #include "base/win/scoped_comptr.h"
17 #include "net/base/ip_endpoint.h" 17 #include "net/base/ip_endpoint.h"
18 #include "third_party/skia/include/core/SkSize.h" 18 #include "third_party/skia/include/core/SkSize.h"
19 19
20 #import "PROGID:MsTscAx.MsTscAx" \ 20 #import "PROGID:MsTscAx.MsTscAx" \
21 exclude("wireHWND", "_RemotableHandle", "__MIDL_IWinTypes_0009"), \ 21 exclude("wireHWND", "_RemotableHandle", "__MIDL_IWinTypes_0009"), \
22 rename_namespace("mstsc") raw_interfaces_only no_implementation 22 rename_namespace("mstsc") raw_interfaces_only no_implementation
23 23
24 namespace remoting { 24 namespace remoting {
25 25
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 base::win::ScopedComPtr<mstsc::IMsRdpClientAdvancedSettings> client_settings_; 146 base::win::ScopedComPtr<mstsc::IMsRdpClientAdvancedSettings> client_settings_;
147 147
148 // Used to cancel modal dialog boxes shown by the RDP control. 148 // Used to cancel modal dialog boxes shown by the RDP control.
149 class WindowHook; 149 class WindowHook;
150 scoped_refptr<WindowHook> window_activate_hook_; 150 scoped_refptr<WindowHook> window_activate_hook_;
151 }; 151 };
152 152
153 } // namespace remoting 153 } // namespace remoting
154 154
155 #endif // REMOTING_HOST_WIN_RDP_HOST_WINDOW_H_ 155 #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/worker_process_launcher_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698