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

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

Issue 10832068: Moving Windows-only files: remoting/host -> remoting/host/win. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 4 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
« no previous file with comments | « remoting/host/win/elevated_controller_resource.h ('k') | remoting/host/win/host_service.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) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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_HOST_SERVICE_WIN_H_ 5 #ifndef REMOTING_HOST_WIN_HOST_SERVICE_H_
6 #define REMOTING_HOST_HOST_SERVICE_WIN_H_ 6 #define REMOTING_HOST_WIN_HOST_SERVICE_H_
7 7
8 #include <windows.h> 8 #include <windows.h>
9 9
10 #include "base/file_path.h" 10 #include "base/file_path.h"
11 #include "base/memory/singleton.h" 11 #include "base/memory/singleton.h"
12 #include "base/observer_list.h" 12 #include "base/observer_list.h"
13 #include "base/synchronization/waitable_event.h" 13 #include "base/synchronization/waitable_event.h"
14 14
15 #include "remoting/host/wts_console_monitor_win.h" 15 #include "remoting/host/win/wts_console_monitor.h"
16 16
17 class CommandLine; 17 class CommandLine;
18 class MessageLoop; 18 class MessageLoop;
19 19
20 namespace remoting { 20 namespace remoting {
21 21
22 class WtsConsoleObserver; 22 class WtsConsoleObserver;
23 23
24 class HostService : public WtsConsoleMonitor { 24 class HostService : public WtsConsoleMonitor {
25 public: 25 public:
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 base::WaitableEvent stopped_event_; 100 base::WaitableEvent stopped_event_;
101 101
102 // Singleton. 102 // Singleton.
103 friend struct DefaultSingletonTraits<HostService>; 103 friend struct DefaultSingletonTraits<HostService>;
104 104
105 DISALLOW_COPY_AND_ASSIGN(HostService); 105 DISALLOW_COPY_AND_ASSIGN(HostService);
106 }; 106 };
107 107
108 } // namespace remoting 108 } // namespace remoting
109 109
110 #endif // REMOTING_HOST_HOST_SERVICE_WIN_H_ 110 #endif // REMOTING_HOST_WIN_HOST_SERVICE_H_
OLDNEW
« no previous file with comments | « remoting/host/win/elevated_controller_resource.h ('k') | remoting/host/win/host_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698