summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chromeos/drive/file_cache.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/chromeos/drive/file_cache.cc')
-rw-r--r--chrome/browser/chromeos/drive/file_cache.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/chromeos/drive/file_cache.cc b/chrome/browser/chromeos/drive/file_cache.cc
index 0a18c54..a99f565 100644
--- a/chrome/browser/chromeos/drive/file_cache.cc
+++ b/chrome/browser/chromeos/drive/file_cache.cc
@@ -688,7 +688,7 @@ bool FileCache::HasEnoughSpaceFor(int64 num_bytes,
}
bool FileCache::ImportOldDB(const base::FilePath& old_db_path) {
- if (!file_util::PathExists(old_db_path)) // Old DB is not there, do nothing.
+ if (!base::PathExists(old_db_path)) // Old DB is not there, do nothing.
return false;
// Copy all entries stored in the old DB.