| Index: content/browser/fileapi/file_system_operation_impl_unittest.cc
|
| diff --git a/content/browser/fileapi/file_system_operation_impl_unittest.cc b/content/browser/fileapi/file_system_operation_impl_unittest.cc
|
| index 392f1c07a090c740bfd12f79852e1ceac9dbd01b..f9afae8ecd940c0cde37e0073d3a4f9ae25ccb27 100644
|
| --- a/content/browser/fileapi/file_system_operation_impl_unittest.cc
|
| +++ b/content/browser/fileapi/file_system_operation_impl_unittest.cc
|
| @@ -17,6 +17,8 @@
|
| #include "content/browser/quota/mock_quota_manager_proxy.h"
|
| #include "content/public/test/async_file_test_helper.h"
|
| #include "content/public/test/sandbox_file_system_test_helper.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 "url/gurl.h"
|
| #include "webkit/browser/fileapi/file_system_context.h"
|
| @@ -26,8 +28,6 @@
|
| #include "webkit/browser/fileapi/sandbox_file_system_backend.h"
|
| #include "webkit/browser/quota/quota_manager.h"
|
| #include "webkit/browser/quota/quota_manager_proxy.h"
|
| -#include "webkit/common/blob/shareable_file_reference.h"
|
| -#include "webkit/common/fileapi/file_system_util.h"
|
|
|
| using content::AsyncFileTestHelper;
|
| using storage::FileSystemOperation;
|
|
|