| Index: chrome/browser/policy/policy_browsertest.cc
|
| diff --git a/chrome/browser/policy/policy_browsertest.cc b/chrome/browser/policy/policy_browsertest.cc
|
| index 5d9eaa9c5aa8961b0d104411a5d883843f52c928..a284e2ed2a39f02e410e86e6b2be98992a305c85 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());
|
|
|