| Index: content/worker/worker_main.cc
|
| ===================================================================
|
| --- content/worker/worker_main.cc (revision 85733)
|
| +++ content/worker/worker_main.cc (working copy)
|
| @@ -6,12 +6,12 @@
|
| #include "base/command_line.h"
|
| #include "base/message_loop.h"
|
| #include "base/string_util.h"
|
| -#include "base/system_monitor/system_monitor.h"
|
| #include "base/threading/platform_thread.h"
|
| #include "content/common/child_process.h"
|
| #include "content/common/hi_res_timer_manager.h"
|
| #include "content/common/main_function_params.h"
|
| #include "content/worker/worker_thread.h"
|
| +#include "ui/base/system_monitor/system_monitor.h"
|
|
|
| #if defined(OS_WIN)
|
| #include "content/common/sandbox_init_wrapper.h"
|
| @@ -24,7 +24,7 @@
|
| MessageLoop main_message_loop;
|
| base::PlatformThread::SetName("CrWorkerMain");
|
|
|
| - base::SystemMonitor system_monitor;
|
| + ui::SystemMonitor system_monitor;
|
| HighResolutionTimerManager hi_res_timer_manager;
|
|
|
| ChildProcess worker_process;
|
|
|