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

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

Issue 23463048: Implement stream based cross file system copy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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 | « webkit/browser/fileapi/copy_or_move_operation_delegate_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/browser/fileapi/dragged_file_util_unittest.cc
diff --git a/webkit/browser/fileapi/dragged_file_util_unittest.cc b/webkit/browser/fileapi/dragged_file_util_unittest.cc
index af15af8f9fdf05423b928acd49ea3c5ad2a25f49..f4c029b346b486f59321edb11118c606c40ec531 100644
--- a/webkit/browser/fileapi/dragged_file_util_unittest.cc
+++ b/webkit/browser/fileapi/dragged_file_util_unittest.cc
@@ -89,7 +89,8 @@ FileSystemURL GetOtherURL(FileSystemContext* file_system_context,
class DraggedFileUtilTest : public testing::Test {
public:
- DraggedFileUtilTest() {}
+ DraggedFileUtilTest()
+ : message_loop_(base::MessageLoop::TYPE_IO) {}
virtual void SetUp() {
ASSERT_TRUE(data_dir_.CreateUniqueTempDir());
« no previous file with comments | « webkit/browser/fileapi/copy_or_move_operation_delegate_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698