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

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

Issue 2538183002: remoting: Cleanup class/struct fwd declarations (Closed)
Patch Set: Created 4 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/token_validator_factory_impl.h ('k') | remoting/protocol/audio_writer.h » ('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_WIN_WORKER_PROCESS_LAUNCHER_H_ 5 #ifndef REMOTING_HOST_WIN_WORKER_PROCESS_LAUNCHER_H_
6 #define REMOTING_HOST_WIN_WORKER_PROCESS_LAUNCHER_H_ 6 #define REMOTING_HOST_WIN_WORKER_PROCESS_LAUNCHER_H_
7 7
8 #include <stdint.h> 8 #include <stdint.h>
9 9
10 #include <memory> 10 #include <memory>
11 11
12 #include "base/callback.h" 12 #include "base/callback.h"
13 #include "base/compiler_specific.h" 13 #include "base/compiler_specific.h"
14 #include "base/macros.h" 14 #include "base/macros.h"
15 #include "base/memory/ref_counted.h" 15 #include "base/memory/ref_counted.h"
16 #include "base/threading/non_thread_safe.h" 16 #include "base/threading/non_thread_safe.h"
17 #include "base/timer/timer.h" 17 #include "base/timer/timer.h"
18 #include "base/win/object_watcher.h" 18 #include "base/win/object_watcher.h"
19 #include "base/win/scoped_handle.h" 19 #include "base/win/scoped_handle.h"
20 #include "net/base/backoff_entry.h" 20 #include "net/base/backoff_entry.h"
21 21
22 namespace base { 22 namespace base {
23 class SingleThreadTaskRunner;
24 class TimeDelta; 23 class TimeDelta;
25 } // namespace base 24 } // namespace base
26 25
27 namespace IPC { 26 namespace IPC {
28 class Message; 27 class Message;
29 } // namespace IPC 28 } // namespace IPC
30 29
31 namespace tracked_objects { 30 namespace tracked_objects {
32 class Location; 31 class Location;
33 } // namespace tracked_objects 32 } // namespace tracked_objects
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
163 162
164 // The handle of the worker process, if launched. 163 // The handle of the worker process, if launched.
165 base::win::ScopedHandle worker_process_; 164 base::win::ScopedHandle worker_process_;
166 165
167 DISALLOW_COPY_AND_ASSIGN(WorkerProcessLauncher); 166 DISALLOW_COPY_AND_ASSIGN(WorkerProcessLauncher);
168 }; 167 };
169 168
170 } // namespace remoting 169 } // namespace remoting
171 170
172 #endif // REMOTING_HOST_WIN_WORKER_PROCESS_LAUNCHER_H_ 171 #endif // REMOTING_HOST_WIN_WORKER_PROCESS_LAUNCHER_H_
OLDNEW
« no previous file with comments | « remoting/host/token_validator_factory_impl.h ('k') | remoting/protocol/audio_writer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698