| Index: content/browser/fileapi/copy_or_move_operation_delegate_unittest.cc
|
| diff --git a/webkit/browser/fileapi/copy_or_move_operation_delegate_unittest.cc b/content/browser/fileapi/copy_or_move_operation_delegate_unittest.cc
|
| similarity index 99%
|
| rename from webkit/browser/fileapi/copy_or_move_operation_delegate_unittest.cc
|
| rename to content/browser/fileapi/copy_or_move_operation_delegate_unittest.cc
|
| index 5c97f6452be08cb19ef921eb074bc6fe490ffb02..f1a8818333313cde49954773c3acd8ec77370fb1 100644
|
| --- a/webkit/browser/fileapi/copy_or_move_operation_delegate_unittest.cc
|
| +++ b/content/browser/fileapi/copy_or_move_operation_delegate_unittest.cc
|
| @@ -12,6 +12,8 @@
|
| #include "base/message_loop/message_loop.h"
|
| #include "base/run_loop.h"
|
| #include "base/stl_util.h"
|
| +#include "content/public/test/test_file_system_backend.h"
|
| +#include "content/public/test/test_file_system_context.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "webkit/browser/blob/file_stream_reader.h"
|
| #include "webkit/browser/fileapi/async_file_test_helper.h"
|
| @@ -22,9 +24,7 @@
|
| #include "webkit/browser/fileapi/file_system_context.h"
|
| #include "webkit/browser/fileapi/file_system_operation.h"
|
| #include "webkit/browser/fileapi/file_system_url.h"
|
| -#include "webkit/browser/fileapi/mock_file_system_context.h"
|
| #include "webkit/browser/fileapi/test_file_set.h"
|
| -#include "webkit/browser/fileapi/test_file_system_backend.h"
|
| #include "webkit/browser/quota/mock_quota_manager.h"
|
| #include "webkit/browser/quota/quota_manager.h"
|
| #include "webkit/common/fileapi/file_system_util.h"
|
|
|