Index: chrome/browser/sync/glue/sync_backend_host_core.cc |
diff --git a/chrome/browser/sync/glue/sync_backend_host_core.cc b/chrome/browser/sync/glue/sync_backend_host_core.cc |
index 792f43b8028867b338455a1e545bc24a4361e733..228aaa0d57ef643e14d931df4aa211940dbf82b9 100644 |
--- a/chrome/browser/sync/glue/sync_backend_host_core.cc |
+++ b/chrome/browser/sync/glue/sync_backend_host_core.cc |
@@ -349,7 +349,7 @@ void SyncBackendHostCore::DoInitialize( |
// Make sure that the directory exists before initializing the backend. |
// If it already exists, this will do no harm. |
- if (!file_util::CreateDirectory(sync_data_folder_path_)) { |
+ if (!base::CreateDirectory(sync_data_folder_path_)) { |
DLOG(FATAL) << "Sync Data directory creation failed."; |
} |