| Index: url/gurl_unittest.cc
|
| diff --git a/url/gurl_unittest.cc b/url/gurl_unittest.cc
|
| index 89375a8bfb4f731bba083a5401203ff2e9a4bf98..489b9d2bc3697a74fb07fbdc0ec32282546605d8 100644
|
| --- a/url/gurl_unittest.cc
|
| +++ b/url/gurl_unittest.cc
|
| @@ -43,8 +43,8 @@ std::string TypesTestCase(const char* src) {
|
|
|
| } // namespace
|
|
|
| -// Different types of URLs should be handled differently by url_util, and
|
| -// handed off to different canonicalizers.
|
| +// Different types of URLs should be handled differently, and handed off to
|
| +// different canonicalizers.
|
| TEST(GURLTest, Types) {
|
| // URLs with unknown schemes should be treated as path URLs, even when they
|
| // have things like "://".
|
|
|