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

Unified Diff: chrome/browser/sync_file_system/local/local_file_sync_context.cc

Issue 391653002: [SyncFS] Use dedicated temporary directory in LocalFileChangeTrackerTest (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 6 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
« no previous file with comments | « chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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());
}
« no previous file with comments | « chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698