| Index: webkit/browser/fileapi/file_system_operation_context.cc
|
| diff --git a/webkit/fileapi/file_system_operation_context.cc b/webkit/browser/fileapi/file_system_operation_context.cc
|
| similarity index 89%
|
| rename from webkit/fileapi/file_system_operation_context.cc
|
| rename to webkit/browser/fileapi/file_system_operation_context.cc
|
| index 8c813ea965ac568742c3ec56815e975ac160ad6b..3866bf0d4ef98b96cf9d1f04bc0e9633b3feeb86 100644
|
| --- a/webkit/fileapi/file_system_operation_context.cc
|
| +++ b/webkit/browser/fileapi/file_system_operation_context.cc
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "webkit/fileapi/file_system_operation_context.h"
|
| +#include "webkit/browser/fileapi/file_system_operation_context.h"
|
|
|
| #include "base/sequenced_task_runner.h"
|
| +#include "webkit/browser/fileapi/file_system_context.h"
|
| #include "webkit/browser/fileapi/file_system_task_runners.h"
|
| -#include "webkit/fileapi/file_system_context.h"
|
|
|
| namespace fileapi {
|
|
|
|
|