| Index: chrome/browser/policy/policy_browsertest.cc
|
| diff --git a/chrome/browser/policy/policy_browsertest.cc b/chrome/browser/policy/policy_browsertest.cc
|
| index 00c4118f4a9715db4aabaf768a4098db44eff638..9b2ee7c1456e4b41d383229d687fc0bcf8c81d02 100644
|
| --- a/chrome/browser/policy/policy_browsertest.cc
|
| +++ b/chrome/browser/policy/policy_browsertest.cc
|
| @@ -3775,7 +3775,7 @@
|
| GetDefaultVariationsServerURLForTesting();
|
|
|
| const GURL url =
|
| - g_browser_process->variations_service()->GetVariationsServerURL(
|
| + chrome_variations::VariationsService::GetVariationsServerURL(
|
| g_browser_process->local_state(), std::string());
|
| EXPECT_TRUE(base::StartsWith(url.spec(), default_variations_url,
|
| base::CompareCase::SENSITIVE));
|
|
|