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 dde5a1ddc9e54d32fe8dcf498b256a4b67137990..f050048c26214df243c0093f290a188df327b908 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 |
namespace { |
@@ -42,7 +42,7 @@ extern int BrowserMain(const content::MainFunctionParams&); |
BrowserTestBase::BrowserTestBase() { |
#if defined(OS_MACOSX) |
base::mac::SetOverrideAmIBundled(true); |
- base::SystemMonitor::AllocateSystemIOPorts(); |
+ base::PowerMonitor::AllocateSystemIOPorts(); |
#endif |
#if defined(OS_POSIX) |