| Index: url/origin.h
|
| diff --git a/url/origin.h b/url/origin.h
|
| index c94c38cec9be86c4d9ec158ab33d628a160ad009..735c02df0ffa5254a38b4aa741bf2f510f094e1b 100644
|
| --- a/url/origin.h
|
| +++ b/url/origin.h
|
| @@ -117,7 +117,7 @@ class URL_EXPORT Origin {
|
| // matches; and neither is unique.
|
| bool IsSameOriginWith(const Origin& other) const;
|
|
|
| - // Allows SchemeHostPort to used as a key in STL (for example, a std::set or
|
| + // Allows Origin to used as a key in STL (for example, a std::set or
|
| // std::map).
|
| bool operator<(const Origin& other) const;
|
|
|
|
|