| Index: chrome/browser/policy/policy_helpers.cc
|
| diff --git a/chrome/browser/policy/policy_helpers.cc b/chrome/browser/policy/policy_helpers.cc
|
| index ed3be58f47f69356fa92da03ec60690398738136..662f3b794ba175461d9ccffaac0bcecc3654aaff 100644
|
| --- a/chrome/browser/policy/policy_helpers.cc
|
| +++ b/chrome/browser/policy/policy_helpers.cc
|
| @@ -49,7 +49,7 @@ bool OverrideBlacklistForURL(const GURL& url, bool* block, int* reason) {
|
| if (url.GetOrigin() != GaiaUrls::GetInstance()->gaia_url().GetOrigin())
|
| return false;
|
|
|
| - return url.path() == kServiceLoginAuth;
|
| + return url.path_piece() == kServiceLoginAuth;
|
| #endif
|
| }
|
|
|
|
|