Index: content/public/test/browser_test_base.cc |
diff --git a/content/public/test/browser_test_base.cc b/content/public/test/browser_test_base.cc |
index cd9af610375968386effa6665f3f291cfa0a1999..5a0ab16c674dc05c1644d386abc64fd5154e94b8 100644 |
--- a/content/public/test/browser_test_base.cc |
+++ b/content/public/test/browser_test_base.cc |
@@ -13,7 +13,7 @@ |
#if defined(OS_MACOSX) |
#include "base/mac/mac_util.h" |
-#include "base/system_monitor/system_monitor.h" |
+#include "base/power_monitor/power_monitor.h" |
#endif |
extern int BrowserMain(const content::MainFunctionParams&); |
@@ -42,7 +42,7 @@ namespace content { |
BrowserTestBase::BrowserTestBase() { |
#if defined(OS_MACOSX) |
base::mac::SetOverrideAmIBundled(true); |
- base::SystemMonitor::AllocateSystemIOPorts(); |
+ base::PowerMonitor::AllocateSystemIOPorts(); |
#endif |
#if defined(OS_POSIX) |