| Index: chrome/nacl/nacl_main.cc
|
| diff --git a/chrome/nacl/nacl_main.cc b/chrome/nacl/nacl_main.cc
|
| index 21b4aa3591468bdde7bf2e03a36d556c213ca446..0deea3e0c8c4fe491acd1f3999fc108ef4883a45 100644
|
| --- a/chrome/nacl/nacl_main.cc
|
| +++ b/chrome/nacl/nacl_main.cc
|
| @@ -5,9 +5,9 @@
|
| #include "build/build_config.h"
|
|
|
| #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/timer/hi_res_timer_manager.h"
|
| #include "chrome/common/chrome_result_codes.h"
|
| #include "chrome/common/chrome_switches.h"
|
| #include "chrome/common/logging_chrome.h"
|
| @@ -25,7 +25,7 @@ int NaClMain(const content::MainFunctionParams& parameters) {
|
| base::PlatformThread::SetName("CrNaClMain");
|
|
|
| base::PowerMonitor power_monitor;
|
| - HighResolutionTimerManager hi_res_timer_manager;
|
| + base::HighResolutionTimerManager hi_res_timer_manager;
|
|
|
| #if defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_LINUX)
|
| NaClMainPlatformDelegate platform(parameters);
|
|
|