| Index: url/scheme_host_port.h
|
| diff --git a/url/scheme_host_port.h b/url/scheme_host_port.h
|
| index 6e35a25bca9196b5687dcd63545d427acce4b49e..3aca558172d5d42919864de936274eae2345ecf4 100644
|
| --- a/url/scheme_host_port.h
|
| +++ b/url/scheme_host_port.h
|
| @@ -116,8 +116,8 @@ class URL_EXPORT SchemeHostPort {
|
| // themselves). Unique origins, on the other hand, would not.
|
| bool Equals(const SchemeHostPort& other) const;
|
|
|
| - // Allows SchemeHostPort to used as a key in STL (for example, a std::set or
|
| - // std::map).
|
| + // Allows SchemeHostPort to be used as a key in STL (for example, a std::set
|
| + // or std::map).
|
| bool operator<(const SchemeHostPort& other) const;
|
|
|
| private:
|
|
|