| Index: base/process/process_info.h
|
| diff --git a/base/process/process_info.h b/base/process/process_info.h
|
| index e72c56b16578a6dc7b4ecd406bd7eac9b40e4662..e9e7b4e815158124bce1d1d3c9cb7085e9f7220c 100644
|
| --- a/base/process/process_info.h
|
| +++ b/base/process/process_info.h
|
| @@ -15,9 +15,9 @@ class Time;
|
| // Vends information about the current process.
|
| class BASE_EXPORT CurrentProcessInfo {
|
| public:
|
| - // Returns the time at which the process was launched or NULL if an error
|
| - // occurred retrieving the information.
|
| - static const Time* CreationTime();
|
| + // Returns the time at which the process was launched. May be empty if an
|
| + // error occurred retrieving the information.
|
| + static const Time CreationTime();
|
| };
|
|
|
| } // namespace base
|
|
|