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

Unified Diff: remoting/host/wts_session_process_launcher_win.h

Issue 9480026: Added ScopedPrinterHandle (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 8 years, 10 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 side-by-side diff with in-line comments
Download patch
« base/win/scoped_handle.h ('K') | « printing/backend/win_helper.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/wts_session_process_launcher_win.h
diff --git a/remoting/host/wts_session_process_launcher_win.h b/remoting/host/wts_session_process_launcher_win.h
index e2202109cd505d521d746b6ef4242eb2da3e204f..eaf9c67d666641e7f9ebb02929e71f358a73d8a1 100644
--- a/remoting/host/wts_session_process_launcher_win.h
+++ b/remoting/host/wts_session_process_launcher_win.h
@@ -13,18 +13,11 @@
#include "base/process.h"
#include "base/time.h"
#include "base/timer.h"
+#include "base/win/scoped_handle.h"
#include "base/win/object_watcher.h"
#include "remoting/host/wts_console_observer_win.h"
-namespace base {
-namespace win {
-
-class ScopedHandle;
-
-} // namespace win
-} // namespace base
-
namespace remoting {
class WtsConsoleMonitor;
« base/win/scoped_handle.h ('K') | « printing/backend/win_helper.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698