| Index: net/cookies/parsed_cookie.h
|
| diff --git a/net/cookies/parsed_cookie.h b/net/cookies/parsed_cookie.h
|
| index 694d7248b86a8c6014fb9e94a65c6b0921bb1cd6..bf612e36f278f166ab62956bd833023334b4691c 100644
|
| --- a/net/cookies/parsed_cookie.h
|
| +++ b/net/cookies/parsed_cookie.h
|
| @@ -24,7 +24,7 @@ class NET_EXPORT ParsedCookie {
|
| static const int kMaxPairs = 16;
|
|
|
| // Construct from a cookie string like "BLAH=1; path=/; domain=.google.com"
|
| - ParsedCookie(const std::string& cookie_line);
|
| + explicit ParsedCookie(const std::string& cookie_line);
|
| ~ParsedCookie();
|
|
|
| // You should not call any other methods except for SetName/SetValue on the
|
|
|