| Index: base/process_util.h
|
| ===================================================================
|
| --- base/process_util.h (revision 5371)
|
| +++ base/process_util.h (working copy)
|
| @@ -44,7 +44,7 @@
|
| };
|
| #endif
|
|
|
| -namespace process_util {
|
| +namespace base {
|
|
|
| // A minimalistic but hopefully cross-platform set of exit codes.
|
| // Do not change the enumeration values or you will break third-party
|
| @@ -322,6 +322,6 @@
|
| // the current process's scheduling priority to a high priority.
|
| void RaiseProcessToHighPriority();
|
|
|
| -} // namespace process_util
|
| +} // namespace base
|
|
|
| #endif // BASE_PROCESS_UTIL_H_
|
|
|