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

Unified Diff: webkit/browser/fileapi/file_writer_delegate_unittest.cc

Issue 15959006: Deprecate FileSystemMountPointProvider::GetFileSystemRootPathOnFileThread (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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
Index: webkit/browser/fileapi/file_writer_delegate_unittest.cc
diff --git a/webkit/browser/fileapi/file_writer_delegate_unittest.cc b/webkit/browser/fileapi/file_writer_delegate_unittest.cc
index 320fee8e0552490aee0619eb603f27b8a6126a9f..c094ea1f43c9abe44abe4c04494e397bd02dddac 100644
--- a/webkit/browser/fileapi/file_writer_delegate_unittest.cc
+++ b/webkit/browser/fileapi/file_writer_delegate_unittest.cc
@@ -117,6 +117,7 @@ class FileWriterDelegateTest : public PlatformTest {
new FileSystemOperationContext(file_system_context_);
context->set_update_observers(
*file_system_context_->GetUpdateObservers(kFileSystemType));
+ context->set_root_path(dir_.path());
return make_scoped_ptr(context);
}
« no previous file with comments | « webkit/browser/fileapi/file_system_operation_context.h ('k') | webkit/browser/fileapi/isolated_mount_point_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698