| Index: base/sys_info.h
|
| ===================================================================
|
| --- base/sys_info.h (revision 79219)
|
| +++ base/sys_info.h (working copy)
|
| @@ -40,9 +40,9 @@
|
| // Retrieves detailed numeric values for the OS version.
|
| // TODO(port): Implement a Linux version of this method and enable the
|
| // corresponding unit test.
|
| - static void OperatingSystemVersionNumbers(int32 *major_version,
|
| - int32 *minor_version,
|
| - int32 *bugfix_version);
|
| + static void OperatingSystemVersionNumbers(int32* major_version,
|
| + int32* minor_version,
|
| + int32* bugfix_version);
|
|
|
| // Returns the CPU architecture of the system. Exact return value may differ
|
| // across platforms.
|
|
|