Index: components/policy/core/browser/browser_policy_connector.cc |
diff --git a/components/policy/core/browser/browser_policy_connector.cc b/components/policy/core/browser/browser_policy_connector.cc |
index c057a8f5c6cb19c89a81dadb509b93ab1ad12ed6..c4768783fc381282b55d9973f13c28b7813e283e 100644 |
--- a/components/policy/core/browser/browser_policy_connector.cc |
+++ b/components/policy/core/browser/browser_policy_connector.cc |
@@ -234,7 +234,7 @@ bool BrowserPolicyConnector::IsNonEnterpriseUser(const std::string& username) { |
// static |
std::string BrowserPolicyConnector::GetDeviceManagementUrl() { |
- CommandLine* command_line = CommandLine::ForCurrentProcess(); |
+ base::CommandLine* command_line = base::CommandLine::ForCurrentProcess(); |
if (command_line->HasSwitch(switches::kDeviceManagementUrl)) |
return command_line->GetSwitchValueASCII(switches::kDeviceManagementUrl); |
else |