| Index: content/public/test/sandbox_file_system_test_helper.cc
|
| diff --git a/webkit/browser/fileapi/sandbox_file_system_test_helper.cc b/content/public/test/sandbox_file_system_test_helper.cc
|
| similarity index 97%
|
| rename from webkit/browser/fileapi/sandbox_file_system_test_helper.cc
|
| rename to content/public/test/sandbox_file_system_test_helper.cc
|
| index df579e488e43d3948d81eb796ade80a49feaa35c..f14b2c70a68bdf406813facb96daef3593ad99e1 100644
|
| --- a/webkit/browser/fileapi/sandbox_file_system_test_helper.cc
|
| +++ b/content/public/test/sandbox_file_system_test_helper.cc
|
| @@ -2,11 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "webkit/browser/fileapi/sandbox_file_system_test_helper.h"
|
| +#include "content/public/test/sandbox_file_system_test_helper.h"
|
|
|
| #include "base/file_util.h"
|
| #include "base/message_loop/message_loop_proxy.h"
|
| #include "base/run_loop.h"
|
| +#include "content/public/test/test_file_system_context.h"
|
| #include "url/gurl.h"
|
| #include "webkit/browser/fileapi/file_system_context.h"
|
| #include "webkit/browser/fileapi/file_system_file_util.h"
|
| @@ -14,7 +15,6 @@
|
| #include "webkit/browser/fileapi/file_system_operation_runner.h"
|
| #include "webkit/browser/fileapi/file_system_url.h"
|
| #include "webkit/browser/fileapi/file_system_usage_cache.h"
|
| -#include "webkit/browser/fileapi/mock_file_system_context.h"
|
| #include "webkit/browser/fileapi/sandbox_file_system_backend.h"
|
| #include "webkit/browser/quota/mock_special_storage_policy.h"
|
| #include "webkit/common/fileapi/file_system_util.h"
|
|
|