| 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 1124adabbe2e87a488bc29f6c6a154667c3fae77..ae0b24a5b8e246a237aaaf0454617f4f082ca46a 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_state_manager.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::PowerStateManager::AllocateSystemIOPorts();
|
| #endif
|
|
|
| #if defined(OS_POSIX)
|
|
|