| 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 33dd9f17fdf536dbf7163b6d3739893916655163..a263c7184914bb4ae28694575a6bb23b55026046 100644
|
| --- a/content/browser/fileapi/copy_or_move_file_validator_unittest.cc
|
| +++ b/content/browser/fileapi/copy_or_move_file_validator_unittest.cc
|
| @@ -11,6 +11,8 @@
|
| #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/common/blob/shareable_file_reference.h"
|
| +#include "storage/common/fileapi/file_system_util.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "webkit/browser/fileapi/copy_or_move_file_validator.h"
|
| #include "webkit/browser/fileapi/external_mount_points.h"
|
| @@ -18,8 +20,6 @@
|
| #include "webkit/browser/fileapi/file_system_context.h"
|
| #include "webkit/browser/fileapi/file_system_url.h"
|
| #include "webkit/browser/fileapi/isolated_context.h"
|
| -#include "webkit/common/blob/shareable_file_reference.h"
|
| -#include "webkit/common/fileapi/file_system_util.h"
|
|
|
| using content::AsyncFileTestHelper;
|
| using storage::CopyOrMoveFileValidator;
|
|
|