| Index: content/utility/utility_main.cc
|
| diff --git a/content/utility/utility_main.cc b/content/utility/utility_main.cc
|
| index ef4fd1e7d1b9b978aa7b6342897b560ff6306bed..21489d48f90bfd4bae790f459e96e45869511fec 100644
|
| --- a/content/utility/utility_main.cc
|
| +++ b/content/utility/utility_main.cc
|
| @@ -3,10 +3,10 @@
|
| // found in the LICENSE file.
|
|
|
| #include "base/command_line.h"
|
| -#include "base/hi_res_timer_manager.h"
|
| #include "base/message_loop.h"
|
| #include "base/power_monitor/power_monitor.h"
|
| #include "base/threading/platform_thread.h"
|
| +#include "base/timer/hi_res_timer_manager.h"
|
| #include "content/child/child_process.h"
|
| #include "content/common/sandbox_linux.h"
|
| #include "content/public/common/content_switches.h"
|
| @@ -27,7 +27,7 @@ int UtilityMain(const MainFunctionParams& parameters) {
|
| base::PlatformThread::SetName("CrUtilityMain");
|
|
|
| base::PowerMonitor power_monitor;
|
| - HighResolutionTimerManager hi_res_timer_manager;
|
| + base::HighResolutionTimerManager hi_res_timer_manager;
|
|
|
| #if defined(OS_LINUX)
|
| // Initialize the sandbox before any thread is created.
|
|
|