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

Side by Side Diff: remoting/host/desktop_session_win.cc

Issue 689563002: Cleanup: Remove unneeded path_service.h includes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years, 1 month 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
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/desktop_session_win.h" 5 #include "remoting/host/desktop_session_win.h"
6 6
7 #include <limits> 7 #include <limits>
8 #include <sddl.h> 8 #include <sddl.h>
9 9
10 #include "base/base_switches.h" 10 #include "base/base_switches.h"
11 #include "base/command_line.h" 11 #include "base/command_line.h"
12 #include "base/files/file_path.h" 12 #include "base/files/file_path.h"
13 #include "base/guid.h" 13 #include "base/guid.h"
14 #include "base/memory/ref_counted.h" 14 #include "base/memory/ref_counted.h"
15 #include "base/memory/scoped_ptr.h" 15 #include "base/memory/scoped_ptr.h"
16 #include "base/memory/weak_ptr.h" 16 #include "base/memory/weak_ptr.h"
17 #include "base/path_service.h"
18 #include "base/strings/stringprintf.h" 17 #include "base/strings/stringprintf.h"
19 #include "base/strings/utf_string_conversions.h" 18 #include "base/strings/utf_string_conversions.h"
20 #include "base/threading/thread_checker.h" 19 #include "base/threading/thread_checker.h"
21 #include "base/timer/timer.h" 20 #include "base/timer/timer.h"
22 #include "base/win/scoped_bstr.h" 21 #include "base/win/scoped_bstr.h"
23 #include "base/win/scoped_comptr.h" 22 #include "base/win/scoped_comptr.h"
24 #include "base/win/scoped_handle.h" 23 #include "base/win/scoped_handle.h"
25 #include "base/win/windows_version.h" 24 #include "base/win/windows_version.h"
26 #include "ipc/ipc_message_macros.h" 25 #include "ipc/ipc_message_macros.h"
27 #include "ipc/ipc_platform_file.h" 26 #include "ipc/ipc_platform_file.h"
(...skipping 574 matching lines...) Expand 10 before | Expand all | Expand 10 after
602 exploded.hour, 601 exploded.hour,
603 exploded.minute, 602 exploded.minute,
604 exploded.second, 603 exploded.second,
605 exploded.millisecond, 604 exploded.millisecond,
606 passed.c_str()); 605 passed.c_str());
607 606
608 last_timestamp_ = now; 607 last_timestamp_ = now;
609 } 608 }
610 609
611 } // namespace remoting 610 } // namespace remoting
OLDNEW
« no previous file with comments | « net/url_request/url_fetcher_impl_unittest.cc ('k') | remoting/host/json_host_config_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698