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

Unified Diff: chrome/browser/chromeos/policy/enrollment_handler_chromeos.cc

Issue 819133004: Make callers of CommandLine use it via the base:: namespace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix Created 6 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/chromeos/policy/enrollment_handler_chromeos.cc
diff --git a/chrome/browser/chromeos/policy/enrollment_handler_chromeos.cc b/chrome/browser/chromeos/policy/enrollment_handler_chromeos.cc
index 6298397813ad4e548f1950eeae66997225a09dcb..6b0b932b93cdb1538e4992c340e513e16be54850 100644
--- a/chrome/browser/chromeos/policy/enrollment_handler_chromeos.cc
+++ b/chrome/browser/chromeos/policy/enrollment_handler_chromeos.cc
@@ -262,7 +262,7 @@ void EnrollmentHandlerChromeOS::HandlePolicyValidationResult(
device_id_ = validator->policy_data()->device_id();
request_token_ = validator->policy_data()->request_token();
- if (CommandLine::ForCurrentProcess()->HasSwitch(
+ if (base::CommandLine::ForCurrentProcess()->HasSwitch(
chromeos::switches::kEnterpriseEnrollmentSkipRobotAuth)) {
// For test purposes we allow enrollment to succeed without proper robot
// account and use the provided value as a token.

Powered by Google App Engine
This is Rietveld 408576698