Index: chrome/browser/tab_contents/navigation_controller_unittest.cc |
=================================================================== |
--- chrome/browser/tab_contents/navigation_controller_unittest.cc (revision 29084) |
+++ chrome/browser/tab_contents/navigation_controller_unittest.cc (working copy) |
@@ -88,7 +88,7 @@ |
NavigationControllerTest::TearDown(); |
ASSERT_TRUE(file_util::Delete(test_dir_, true)); |
- ASSERT_FALSE(file_util::PathExists(FilePath::FromWStringHack(test_dir_))); |
+ ASSERT_FALSE(file_util::PathExists(test_dir_)); |
} |
// Deletes the current profile manager and creates a new one. Indirectly this |