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

Side by Side Diff: remoting/host/setup/daemon_installer_win.cc

Issue 18052008: Use a direct include of time headers in ppapi/, printing/, 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) 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 #include "remoting/host/setup/daemon_installer_win.h" 5 #include "remoting/host/setup/daemon_installer_win.h"
6 6
7 #include <windows.h> 7 #include <windows.h>
8 8
9 #include "base/bind.h" 9 #include "base/bind.h"
10 #include "base/message_loop.h" 10 #include "base/message_loop.h"
11 #include "base/process_util.h" 11 #include "base/process_util.h"
12 #include "base/strings/string16.h" 12 #include "base/strings/string16.h"
13 #include "base/strings/stringprintf.h" 13 #include "base/strings/stringprintf.h"
14 #include "base/strings/utf_string_conversions.h" 14 #include "base/strings/utf_string_conversions.h"
15 #include "base/time.h" 15 #include "base/time/time.h"
16 #include "base/timer.h" 16 #include "base/timer/timer.h"
17 #include "base/win/object_watcher.h" 17 #include "base/win/object_watcher.h"
18 #include "base/win/registry.h" 18 #include "base/win/registry.h"
19 #include "base/win/scoped_bstr.h" 19 #include "base/win/scoped_bstr.h"
20 #include "base/win/scoped_comptr.h" 20 #include "base/win/scoped_comptr.h"
21 #include "base/win/scoped_handle.h" 21 #include "base/win/scoped_handle.h"
22 #include "base/win/scoped_variant.h" 22 #include "base/win/scoped_variant.h"
23 #include "base/win/windows_version.h" 23 #include "base/win/windows_version.h"
24 #include "google_update/google_update_idl.h" 24 #include "google_update/google_update_idl.h"
25 #include "remoting/base/dispatch_win.h" 25 #include "remoting/base/dispatch_win.h"
26 #include "remoting/host/win/omaha.h" 26 #include "remoting/host/win/omaha.h"
(...skipping 372 matching lines...) Expand 10 before | Expand all | Expand 10 after
399 HWND parent = GetAncestor(window, GA_PARENT); 399 HWND parent = GetAncestor(window, GA_PARENT);
400 if (parent == NULL) { 400 if (parent == NULL) {
401 return window; 401 return window;
402 } 402 }
403 403
404 window = parent; 404 window = parent;
405 } 405 }
406 } 406 }
407 407
408 } // namespace remoting 408 } // namespace remoting
OLDNEW
« no previous file with comments | « remoting/host/setup/daemon_controller_win.cc ('k') | remoting/host/setup/win/auth_code_getter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698