| Index: content/browser/web_contents/navigation_controller_impl_unittest.cc
|
| diff --git a/content/browser/web_contents/navigation_controller_impl_unittest.cc b/content/browser/web_contents/navigation_controller_impl_unittest.cc
|
| index 8caa20d21ed1505825275da9cba7001653af4658..2c327f294307002a5d55619bf52da10bfd0510df 100644
|
| --- a/content/browser/web_contents/navigation_controller_impl_unittest.cc
|
| +++ b/content/browser/web_contents/navigation_controller_impl_unittest.cc
|
| @@ -3774,7 +3774,7 @@ class NavigationControllerHistoryTest : public NavigationControllerTest {
|
| // Do normal cleanup before deleting the profile directory below.
|
| NavigationControllerTest::TearDown();
|
|
|
| - ASSERT_TRUE(base::Delete(test_dir_, true));
|
| + ASSERT_TRUE(base::DeleteFile(test_dir_, true));
|
| ASSERT_FALSE(base::PathExists(test_dir_));
|
| }
|
|
|
|
|