| Index: webkit/glue/dom_serializer_unittest.cc
|
| diff --git a/webkit/glue/dom_serializer_unittest.cc b/webkit/glue/dom_serializer_unittest.cc
|
| index a392b92f7ad383efcad93a08bfa4167772e95720..35230e5756cea894140cf8576b811c809c7bd72b 100644
|
| --- a/webkit/glue/dom_serializer_unittest.cc
|
| +++ b/webkit/glue/dom_serializer_unittest.cc
|
| @@ -679,8 +679,8 @@ TEST_F(DomSerializerTests, SerializeHTMLDOMWithBaseTag) {
|
| // There are total 2 available base tags in this test file.
|
| const int kTotalBaseTagCountInTestFile = 2;
|
|
|
| - base::FilePath page_file_path = data_dir_.AppendASCII("dom_serializer");
|
| - file_util::EnsureEndsWithSeparator(&page_file_path);
|
| + base::FilePath page_file_path =
|
| + data_dir_.AppendASCII("dom_serializer").AsEndingWithSeparator();
|
|
|
| // Get page dir URL which is base URL of this file.
|
| GURL path_dir_url = net::FilePathToFileURL(page_file_path);
|
|
|