| 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 6a32d8e6fa9d2413dbbb1a785103e8db011dab3c..0038409258a10721fb4fb07a1b998df5b8037ee1 100644
|
| --- a/content/browser/fileapi/file_system_operation_impl_unittest.cc
|
| +++ b/content/browser/fileapi/file_system_operation_impl_unittest.cc
|
| @@ -23,7 +23,6 @@
|
| #include "content/browser/fileapi/mock_file_update_observer.h"
|
| #include "content/browser/quota/mock_quota_manager.h"
|
| #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/browser/blob/shareable_file_reference.h"
|
| #include "storage/browser/fileapi/file_system_context.h"
|
| @@ -33,6 +32,7 @@
|
| #include "storage/browser/fileapi/sandbox_file_system_backend.h"
|
| #include "storage/browser/quota/quota_manager.h"
|
| #include "storage/browser/quota/quota_manager_proxy.h"
|
| +#include "storage/browser/test/async_file_test_helper.h"
|
| #include "storage/common/fileapi/file_system_util.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "url/gurl.h"
|
|
|