| Index: webkit/browser/fileapi/local_file_system_test_helper.cc
|
| diff --git a/webkit/fileapi/local_file_system_test_helper.cc b/webkit/browser/fileapi/local_file_system_test_helper.cc
|
| similarity index 90%
|
| rename from webkit/fileapi/local_file_system_test_helper.cc
|
| rename to webkit/browser/fileapi/local_file_system_test_helper.cc
|
| index 7cead726a70c6189c1e6f4e23c04d7a396d006ba..b9e584f4fc7bb08146336e9f5e6d811d93328306 100644
|
| --- a/webkit/fileapi/local_file_system_test_helper.cc
|
| +++ b/webkit/browser/fileapi/local_file_system_test_helper.cc
|
| @@ -2,22 +2,22 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "webkit/fileapi/local_file_system_test_helper.h"
|
| +#include "webkit/browser/fileapi/local_file_system_test_helper.h"
|
|
|
| #include "base/file_util.h"
|
| #include "base/message_loop.h"
|
| #include "base/message_loop_proxy.h"
|
| #include "googleurl/src/gurl.h"
|
| -#include "webkit/fileapi/file_system_context.h"
|
| -#include "webkit/fileapi/file_system_file_util.h"
|
| -#include "webkit/fileapi/file_system_operation_context.h"
|
| -#include "webkit/fileapi/file_system_task_runners.h"
|
| +#include "webkit/browser/fileapi/file_system_context.h"
|
| +#include "webkit/browser/fileapi/file_system_file_util.h"
|
| +#include "webkit/browser/fileapi/file_system_operation_context.h"
|
| +#include "webkit/browser/fileapi/file_system_task_runners.h"
|
| +#include "webkit/browser/fileapi/file_system_usage_cache.h"
|
| +#include "webkit/browser/fileapi/local_file_system_operation.h"
|
| +#include "webkit/browser/fileapi/mock_file_system_context.h"
|
| +#include "webkit/browser/fileapi/sandbox_mount_point_provider.h"
|
| #include "webkit/fileapi/file_system_url.h"
|
| -#include "webkit/fileapi/file_system_usage_cache.h"
|
| #include "webkit/fileapi/file_system_util.h"
|
| -#include "webkit/fileapi/local_file_system_operation.h"
|
| -#include "webkit/fileapi/mock_file_system_context.h"
|
| -#include "webkit/fileapi/sandbox_mount_point_provider.h"
|
| #include "webkit/quota/mock_special_storage_policy.h"
|
|
|
| namespace fileapi {
|
|
|