| 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 6fb30624b2ea2546f21081ddf5303da15ecb9ce0..785ae32ed1f73f7c82a349e0d72e2c2be79fc1aa 100644
|
| --- a/content/browser/web_contents/navigation_controller_impl_unittest.cc
|
| +++ b/content/browser/web_contents/navigation_controller_impl_unittest.cc
|
| @@ -3768,7 +3768,7 @@ class NavigationControllerHistoryTest : public NavigationControllerTest {
|
| NavigationControllerTest::TearDown();
|
|
|
| ASSERT_TRUE(base::Delete(test_dir_, true));
|
| - ASSERT_FALSE(file_util::PathExists(test_dir_));
|
| + ASSERT_FALSE(base::PathExists(test_dir_));
|
| }
|
|
|
| // Deletes the current profile manager and creates a new one. Indirectly this
|
|
|