Index: chrome/browser/sync_file_system/local/local_file_sync_context.cc |
diff --git a/chrome/browser/sync_file_system/local/local_file_sync_context.cc b/chrome/browser/sync_file_system/local/local_file_sync_context.cc |
index bf75b1f88c6cfd5c1b259cb9e4468d66b955b31a..691ae4b7fe5bd43924805b1d212cb1cbc9888a6c 100644 |
--- a/chrome/browser/sync_file_system/local/local_file_sync_context.cc |
+++ b/chrome/browser/sync_file_system/local/local_file_sync_context.cc |
@@ -56,6 +56,7 @@ LocalFileSyncContext::LocalFileSyncContext( |
shutdown_on_ui_(false), |
shutdown_on_io_(false), |
mock_notify_changes_duration_in_sec_(-1) { |
+ DCHECK(base_path.IsAbsolute()); |
DCHECK(ui_task_runner_->RunsTasksOnCurrentThread()); |
} |