Index: chrome/browser/profiles/profile_manager_unittest.cc |
diff --git a/chrome/browser/profiles/profile_manager_unittest.cc b/chrome/browser/profiles/profile_manager_unittest.cc |
index 0104271f09d5bf3bc9be7e87212722867e463830..9638840938e042d9ec2d0eecb00e30ce0ff3f4c5 100644 |
--- a/chrome/browser/profiles/profile_manager_unittest.cc |
+++ b/chrome/browser/profiles/profile_manager_unittest.cc |
@@ -8,6 +8,7 @@ |
#include "base/file_util.h" |
#include "base/message_loop.h" |
#include "base/path_service.h" |
+#include "base/power_monitor/power_monitor.h" |
#include "base/scoped_temp_dir.h" |
#include "base/system_monitor/system_monitor.h" |
#include "base/utf_string_conversions.h" |
@@ -98,7 +99,7 @@ class ProfileManagerTest : public testing::Test { |
io_thread_(local_state_.Get(), NULL, |
extension_event_router_forwarder_) { |
#if defined(OS_MACOSX) |
- base::SystemMonitor::AllocateSystemIOPorts(); |
+ base::PowerMonitor::AllocateSystemIOPorts(); |
#endif |
system_monitor_dummy_.reset(new base::SystemMonitor); |
vandebo (ex-Chrome)
2012/10/11 20:49:57
I don't think this line is needed. Please remove
Hongbo Min
2012/10/12 14:43:53
Done.
|
static_cast<TestingBrowserProcess*>(g_browser_process)->SetIOThread( |