Chromium Code Reviews| Index: base/process/process_posix.cc |
| diff --git a/base/process/process_posix.cc b/base/process/process_posix.cc |
| index a36bf77ff21dd5862002ba5c1d63029df0a7bc0e..39ae7912c19ee67577589abdcbc3d6c352b2ad4c 100644 |
| --- a/base/process/process_posix.cc |
| +++ b/base/process/process_posix.cc |
| @@ -324,4 +324,4 @@ int Process::GetPriority() const { |
| return getpriority(PRIO_PROCESS, process_); |
| } |
| -} // namspace base |
| +} // namespace base |