Index: components/policy/core/common/cloud/cloud_policy_manager.cc |
diff --git a/components/policy/core/common/cloud/cloud_policy_manager.cc b/components/policy/core/common/cloud/cloud_policy_manager.cc |
index 32ffbae74edbe529d8ac1f6ceb70d7b308e25a9a..6ab0304cfe65a0c8ac12491758840f83d22ff38a 100644 |
--- a/components/policy/core/common/cloud/cloud_policy_manager.cc |
+++ b/components/policy/core/common/cloud/cloud_policy_manager.cc |
@@ -119,7 +119,7 @@ void CloudPolicyManager::CreateComponentCloudPolicyService( |
// See the comments on ComponentCloudPolicyService for the details. |
CHECK(!core()->client()); |
- if (CommandLine::ForCurrentProcess()->HasSwitch( |
+ if (base::CommandLine::ForCurrentProcess()->HasSwitch( |
switches::kDisableComponentCloudPolicy) || |
policy_cache_path.empty()) { |
return; |