| Index: base/process/process.h
|
| diff --git a/base/process/process.h b/base/process/process.h
|
| index 41eef10aed475f8972dbb16a6a7938a97e410b75..045f8702e8ebcaf9fae15eb1b9e2c524e22db2b2 100644
|
| --- a/base/process/process.h
|
| +++ b/base/process/process.h
|
| @@ -55,7 +55,7 @@ class BASE_EXPORT Process {
|
| // Returns a Process for the given |pid|. On Windows the handle is opened
|
| // with more access rights and must only be used by trusted code (can read the
|
| // address space and duplicate handles).
|
| - static Process OpenWithExtraPriviles(ProcessId pid);
|
| + static Process OpenWithExtraPrivileges(ProcessId pid);
|
|
|
| #if defined(OS_WIN)
|
| // Returns a Process for the given |pid|, using some |desired_access|.
|
|
|