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

Unified Diff: net/base/directory_lister.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: net/base/directory_lister.cc
diff --git a/net/base/directory_lister.cc b/net/base/directory_lister.cc
index 2f7e473d17b9c344864bd3378d56fbea2e6546ee..e15590604bf84bc250a9d36f57d2d03986b34fcd 100644
--- a/net/base/directory_lister.cc
+++ b/net/base/directory_lister.cc
@@ -143,7 +143,7 @@ void DirectoryLister::Core::Cancel() {
void DirectoryLister::Core::StartInternal() {
- if (!file_util::DirectoryExists(dir_)) {
+ if (!base::DirectoryExists(dir_)) {
origin_loop_->PostTask(
FROM_HERE,
base::Bind(&DirectoryLister::Core::OnDone, this, ERR_FILE_NOT_FOUND));
« no previous file with comments | « gpu/tools/compositor_model_bench/compositor_model_bench.cc ('k') | net/disk_cache/simple/simple_backend_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698