| Index: url/url_canon_unittest.cc
|
| diff --git a/url/url_canon_unittest.cc b/url/url_canon_unittest.cc
|
| index f6cd3a207e1e5ab105b95849969518faf584ca15..259cf1830edc08187e78b1b6faa6b15975e3e2f0 100644
|
| --- a/url/url_canon_unittest.cc
|
| +++ b/url/url_canon_unittest.cc
|
| @@ -1723,8 +1723,8 @@ TEST(URLCanonTest, CanonicalizePathURL) {
|
|
|
| // When we end with a colon at the end, there should be no path.
|
| if (path_cases[i].input[url_len - 1] == ':') {
|
| - EXPECT_EQ(0, out_parsed.path.begin);
|
| - EXPECT_EQ(-1, out_parsed.path.len);
|
| + EXPECT_EQ(0, out_parsed.Content().begin);
|
| + EXPECT_EQ(-1, out_parsed.Content().len);
|
| }
|
| }
|
| }
|
|
|