Index: content/worker/worker_main.cc |
diff --git a/content/worker/worker_main.cc b/content/worker/worker_main.cc |
index 192cc57ada91c976c4eae1405632b5415eb33651..981d0a5cb7a2682fde11cf310e734e9af93dd880 100644 |
--- a/content/worker/worker_main.cc |
+++ b/content/worker/worker_main.cc |
@@ -6,8 +6,8 @@ |
#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/string_util.h" |
-#include "base/system_monitor/system_monitor.h" |
#include "base/threading/platform_thread.h" |
#include "content/common/child_process.h" |
#include "content/public/common/main_function_params.h" |
@@ -30,7 +30,7 @@ int WorkerMain(const MainFunctionParams& parameters) { |
MessageLoop main_message_loop; |
base::PlatformThread::SetName("CrWorkerMain"); |
- base::SystemMonitor system_monitor; |
+ base::PowerMonitor power_monitor; |
HighResolutionTimerManager hi_res_timer_manager; |
#if defined(OS_WIN) |