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

Side by Side Diff: base/process_info.h

Issue 19519008: Move the remaning base/process* files into base/process/. (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
« no previous file with comments | « base/process/process_win.cc ('k') | base/process_info_mac.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) 2013 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 // Forwarding header until all include paths can be updated.
6 // TODO(rsesek): Remove this file <http://crbug.com/242290>.
7
5 #ifndef BASE_PROCESS_INFO_H_ 8 #ifndef BASE_PROCESS_INFO_H_
6 #define BASE_PROCESS_INFO_H_ 9 #define BASE_PROCESS_INFO_H_
7 10
8 #include "base/base_export.h" 11 #include "base/process/process_info.h"
9 #include "base/basictypes.h"
10
11 namespace base {
12
13 class Time;
14
15 // Vends information about the current process.
16 class BASE_EXPORT CurrentProcessInfo {
17 public:
18 // Returns the time at which the process was launched or NULL if an error
19 // occurred retrieving the information.
20 static const Time* CreationTime();
21 };
22
23 } // namespace base
24 12
25 #endif // BASE_PROCESS_INFO_H_ 13 #endif // BASE_PROCESS_INFO_H_
OLDNEW
« no previous file with comments | « base/process/process_win.cc ('k') | base/process_info_mac.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698