| Index: storage/browser/fileapi/file_system_operation.h
|
| diff --git a/webkit/browser/fileapi/file_system_operation.h b/storage/browser/fileapi/file_system_operation.h
|
| similarity index 98%
|
| copy from webkit/browser/fileapi/file_system_operation.h
|
| copy to storage/browser/fileapi/file_system_operation.h
|
| index 7972a79a05823c054f5f56a8e1a967498a34bc58..4b38da0bf3a1e484e9c328927e04b2db784e542b 100644
|
| --- a/webkit/browser/fileapi/file_system_operation.h
|
| +++ b/storage/browser/fileapi/file_system_operation.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef WEBKIT_BROWSER_FILEAPI_FILE_SYSTEM_OPERATION_H_
|
| -#define WEBKIT_BROWSER_FILEAPI_FILE_SYSTEM_OPERATION_H_
|
| +#ifndef STORAGE_BROWSER_FILEAPI_FILE_SYSTEM_OPERATION_H_
|
| +#define STORAGE_BROWSER_FILEAPI_FILE_SYSTEM_OPERATION_H_
|
|
|
| #include <vector>
|
|
|
| @@ -11,9 +11,9 @@
|
| #include "base/files/file.h"
|
| #include "base/files/file_path.h"
|
| #include "base/process/process.h"
|
| -#include "webkit/browser/fileapi/file_system_operation_context.h"
|
| -#include "webkit/browser/storage_browser_export.h"
|
| -#include "webkit/common/fileapi/directory_entry.h"
|
| +#include "storage/browser/fileapi/file_system_operation_context.h"
|
| +#include "storage/browser/storage_browser_export.h"
|
| +#include "storage/common/fileapi/directory_entry.h"
|
|
|
| namespace base {
|
| class Time;
|
| @@ -482,4 +482,4 @@ class FileSystemOperation {
|
|
|
| } // namespace storage
|
|
|
| -#endif // WEBKIT_BROWSER_FILEAPI_FILE_SYSTEM_OPERATION_H_
|
| +#endif // STORAGE_BROWSER_FILEAPI_FILE_SYSTEM_OPERATION_H_
|
|
|