Index: base/run_all_perftests.cc |
=================================================================== |
--- base/run_all_perftests.cc (revision 5371) |
+++ base/run_all_perftests.cc (working copy) |
@@ -25,7 +25,7 @@ |
// Raise to high priority to have more precise measurements. Since we don't |
// aim at 1% precision, it is not necessary to run at realtime level. |
if (!DebugUtil::BeingDebugged()) |
- process_util::RaiseProcessToHighPriority(); |
+ base::RaiseProcessToHighPriority(); |
TestSuite::Initialize(); |
} |