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

Unified Diff: webkit/browser/fileapi/transient_file_util_unittest.cc

Issue 19052005: Move PathIsWritable, DirectoryExists, ContentsEqual, and TextContentsEqual to the base namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 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
Index: webkit/browser/fileapi/transient_file_util_unittest.cc
diff --git a/webkit/browser/fileapi/transient_file_util_unittest.cc b/webkit/browser/fileapi/transient_file_util_unittest.cc
index 02a2329bbe6c2adff8e1ee66445f99120ce22fb7..8cd0143128ccd1a2e8c20b4d6fe157a74be7833d 100644
--- a/webkit/browser/fileapi/transient_file_util_unittest.cc
+++ b/webkit/browser/fileapi/transient_file_util_unittest.cc
@@ -86,7 +86,7 @@ TEST_F(TransientFileUtilTest, TransientFile) {
// Make sure the file is there.
ASSERT_TRUE(temp_url.is_valid());
ASSERT_TRUE(base::PathExists(temp_path));
- ASSERT_FALSE(file_util::DirectoryExists(temp_path));
+ ASSERT_FALSE(base::DirectoryExists(temp_path));
// Create a snapshot file.
{
« no previous file with comments | « webkit/browser/fileapi/sandbox_isolated_origin_database_unittest.cc ('k') | webkit/glue/webfileutilities_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698