Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1768)

Unified Diff: content/browser/web_contents/navigation_controller_impl_unittest.cc

Issue 16950028: Move file_util::Delete to the base namespace (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/browser/storage_partition_impl_map.cc ('k') | content/common/sandbox_mac_diraccess_unittest.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 be9d6ad06d504a5d7721baaa922805f86029d48d..6fb30624b2ea2546f21081ddf5303da15ecb9ce0 100644
--- a/content/browser/web_contents/navigation_controller_impl_unittest.cc
+++ b/content/browser/web_contents/navigation_controller_impl_unittest.cc
@@ -3767,7 +3767,7 @@ class NavigationControllerHistoryTest : public NavigationControllerTest {
// Do normal cleanup before deleting the profile directory below.
NavigationControllerTest::TearDown();
- ASSERT_TRUE(file_util::Delete(test_dir_, true));
+ ASSERT_TRUE(base::Delete(test_dir_, true));
ASSERT_FALSE(file_util::PathExists(test_dir_));
}
« no previous file with comments | « content/browser/storage_partition_impl_map.cc ('k') | content/common/sandbox_mac_diraccess_unittest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698