| Index: chrome/browser/policy/policy_browsertest.cc
|
| diff --git a/chrome/browser/policy/policy_browsertest.cc b/chrome/browser/policy/policy_browsertest.cc
|
| index d89f7882d3753518d0b1a35df05748c7d4f305f0..7e56c74cdee1486516ffe21bd212f8f9600ac9ed 100644
|
| --- a/chrome/browser/policy/policy_browsertest.cc
|
| +++ b/chrome/browser/policy/policy_browsertest.cc
|
| @@ -4008,7 +4008,7 @@ IN_PROC_BROWSER_TEST_F(ArcPolicyTest, ArcEnabled) {
|
|
|
| const PrefService* const pref = browser()->profile()->GetPrefs();
|
| const arc::ArcBridgeService* const arc_bridge_service =
|
| - arc::ArcBridgeService::Get();
|
| + arc::ArcServiceManager::Get()->arc_bridge_service();
|
|
|
| // ARC is switched off by default.
|
| EXPECT_TRUE(arc_bridge_service->stopped());
|
|
|