| Index: chrome/browser/policy/policy_helpers.cc
|
| diff --git a/chrome/browser/policy/policy_helpers.cc b/chrome/browser/policy/policy_helpers.cc
|
| index aeb28c8da720175c2ce37ef15306549774893917..5eb2051210a199d2e08ec671ade415e2b22414cd 100644
|
| --- a/chrome/browser/policy/policy_helpers.cc
|
| +++ b/chrome/browser/policy/policy_helpers.cc
|
| @@ -23,7 +23,7 @@ bool OverrideBlacklistForURL(const GURL& url, bool* block, int* reason) {
|
| #if defined(OS_CHROMEOS)
|
| // On ChromeOS browsing is only allowed once OOBE has completed. Therefore all
|
| // requests are blocked until this condition is met.
|
| - if (CommandLine::ForCurrentProcess()->HasSwitch(
|
| + if (base::CommandLine::ForCurrentProcess()->HasSwitch(
|
| chromeos::switches::kOobeGuestSession)) {
|
| if (!url.SchemeIs("chrome") && !url.SchemeIs("chrome-extension")) {
|
| *reason = net::ERR_BLOCKED_ENROLLMENT_CHECK_PENDING;
|
|
|