| 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 04d6ff0d19ef4ece298c870e33346041343527cb..4d44268b7fb5667fe51d1fd6e7ee65336c30105c 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
|
|
|
| #if defined(OS_ANDROID)
|
| @@ -52,7 +52,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)
|
|
|