| 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 83%
|
| rename from webkit/fileapi/file_system_operation_context.cc
|
| rename to webkit/browser/fileapi/file_system_operation_context.cc
|
| index ae20606fb55a3e6b77d042a8831e5fc7485a8598..ca0e8de7ccc508951a3a48c356f925394a6fca29 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/fileapi/file_system_context.h"
|
| -#include "webkit/fileapi/file_system_task_runners.h"
|
| +#include "webkit/browser/fileapi/file_system_context.h"
|
| +#include "webkit/browser/fileapi/file_system_task_runners.h"
|
|
|
| namespace fileapi {
|
|
|
|
|