Index: chrome/browser/diagnostics/sqlite_diagnostics.cc |
diff --git a/chrome/browser/diagnostics/sqlite_diagnostics.cc b/chrome/browser/diagnostics/sqlite_diagnostics.cc |
index ed938d3ebff7d7c28c0d1f08622db3000cb3cb2c..81753a87f793d706d43d297f2ce402974e9c400a 100644 |
--- a/chrome/browser/diagnostics/sqlite_diagnostics.cc |
+++ b/chrome/browser/diagnostics/sqlite_diagnostics.cc |
@@ -63,7 +63,7 @@ class SqliteIntegrityTest : public DiagnosticsTest { |
else |
path = db_path_; |
- if (!file_util::PathExists(path)) { |
+ if (!base::PathExists(path)) { |
if (critical_) { |
RecordOutcome(DIAG_SQLITE_FILE_NOT_FOUND, |
"File not found", |