| Index: chrome/nacl/nacl_exe_win_64.cc
|
| diff --git a/chrome/nacl/nacl_exe_win_64.cc b/chrome/nacl/nacl_exe_win_64.cc
|
| index 0a3f9e46806a661e4650221d18292b662ab2170e..f0cb8324bfa550224d1f7554b65ebb0eebd526e8 100644
|
| --- a/chrome/nacl/nacl_exe_win_64.cc
|
| +++ b/chrome/nacl/nacl_exe_win_64.cc
|
| @@ -7,9 +7,9 @@
|
| #include "base/hi_res_timer_manager.h"
|
| #include "base/logging.h"
|
| #include "base/message_loop.h"
|
| +#include "base/power_monitor/power_monitor.h"
|
| #include "base/process_util.h"
|
| #include "base/string_util.h"
|
| -#include "base/system_monitor/system_monitor.h"
|
| #include "chrome/app/breakpad_win.h"
|
| #include "chrome/common/chrome_result_codes.h"
|
| #include "chrome/common/chrome_switches.h"
|
| @@ -32,7 +32,7 @@ int NaClBrokerMain(const content::MainFunctionParams& parameters) {
|
| MessageLoopForIO main_message_loop;
|
| base::PlatformThread::SetName("CrNaClBrokerMain");
|
|
|
| - base::SystemMonitor system_monitor;
|
| + base::PowerMonitor power_monitor;
|
| HighResolutionTimerManager hi_res_timer_manager;
|
|
|
| NaClBrokerListener listener;
|
|
|