| Index: content/browser/fileapi/copy_or_move_file_validator_unittest.cc
|
| diff --git a/content/browser/fileapi/copy_or_move_file_validator_unittest.cc b/content/browser/fileapi/copy_or_move_file_validator_unittest.cc
|
| index ce496b10b2d88ee3fb58fab7b0ed032d1b8281e0..c1388386575ca0da6564edac1f21e2ce70fa939b 100644
|
| --- a/content/browser/fileapi/copy_or_move_file_validator_unittest.cc
|
| +++ b/content/browser/fileapi/copy_or_move_file_validator_unittest.cc
|
| @@ -15,10 +15,6 @@
|
| #include "base/single_thread_task_runner.h"
|
| #include "base/test/scoped_task_environment.h"
|
| #include "base/threading/thread_task_runner_handle.h"
|
| -#include "content/public/test/async_file_test_helper.h"
|
| -#include "content/public/test/mock_special_storage_policy.h"
|
| -#include "content/public/test/test_file_system_backend.h"
|
| -#include "content/public/test/test_file_system_context.h"
|
| #include "storage/browser/blob/shareable_file_reference.h"
|
| #include "storage/browser/fileapi/copy_or_move_file_validator.h"
|
| #include "storage/browser/fileapi/external_mount_points.h"
|
| @@ -26,6 +22,10 @@
|
| #include "storage/browser/fileapi/file_system_context.h"
|
| #include "storage/browser/fileapi/file_system_url.h"
|
| #include "storage/browser/fileapi/isolated_context.h"
|
| +#include "storage/browser/test/async_file_test_helper.h"
|
| +#include "storage/browser/test/mock_special_storage_policy.h"
|
| +#include "storage/browser/test/test_file_system_backend.h"
|
| +#include "storage/browser/test/test_file_system_context.h"
|
| #include "storage/common/fileapi/file_system_util.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
|
|