Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6734)

Unified Diff: chrome/browser/policy/cloud/cloud_policy_browsertest.cc

Issue 2606773002: Setup Chromad user policy plumbing (Closed)
Patch Set: CrOS compilation fix Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/policy/cloud/cloud_policy_browsertest.cc
diff --git a/chrome/browser/policy/cloud/cloud_policy_browsertest.cc b/chrome/browser/policy/cloud/cloud_policy_browsertest.cc
index cd6db5be12abe1b1070de7b80038b5dacc85232d..21618ac5fc1c8fa1f776f683c7a2938994e9a9f5 100644
--- a/chrome/browser/policy/cloud/cloud_policy_browsertest.cc
+++ b/chrome/browser/policy/cloud/cloud_policy_browsertest.cc
@@ -207,7 +207,7 @@ class CloudPolicyTest : public InProcessBrowserTest,
#if defined(OS_CHROMEOS)
UserCloudPolicyManagerChromeOS* policy_manager =
- UserCloudPolicyManagerFactoryChromeOS::GetForProfile(
+ UserCloudPolicyManagerFactoryChromeOS::GetCloudPolicyManagerForProfile(
browser()->profile());
ASSERT_TRUE(policy_manager);
#else

Powered by Google App Engine
This is Rietveld 408576698