| Index: net/cookies/canonical_cookie.h
|
| diff --git a/net/cookies/canonical_cookie.h b/net/cookies/canonical_cookie.h
|
| index 2ef9131e1a60f9fba6a7653ef7634ec5a054cd6d..d514f5f24898983326ee6de7a8adf5609223ad6c 100644
|
| --- a/net/cookies/canonical_cookie.h
|
| +++ b/net/cookies/canonical_cookie.h
|
| @@ -123,7 +123,7 @@ class NET_EXPORT CanonicalCookie {
|
|
|
| // Returns true if the given |url_path| path-matches the cookie-path as
|
| // described in section 5.1.4 in RFC 6265.
|
| - bool IsOnPath(const std::string& url_path) const;
|
| + bool IsOnPath(const base::StringPiece& url_path) const;
|
|
|
| // Returns true if the cookie domain matches the given |host| as described in
|
| // section 5.1.3 of RFC 6265.
|
|
|