| Index: storage/browser/fileapi/file_system_operation_impl.h
|
| diff --git a/webkit/browser/fileapi/file_system_operation_impl.h b/storage/browser/fileapi/file_system_operation_impl.h
|
| similarity index 94%
|
| copy from webkit/browser/fileapi/file_system_operation_impl.h
|
| copy to storage/browser/fileapi/file_system_operation_impl.h
|
| index ae6abb0b166fe2f47857ce6455ba56b2c533de04..76cf4366ee24400eb898df68c4482995f3f88d06 100644
|
| --- a/webkit/browser/fileapi/file_system_operation_impl.h
|
| +++ b/storage/browser/fileapi/file_system_operation_impl.h
|
| @@ -2,21 +2,21 @@
|
| // 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_IMPL_H_
|
| -#define WEBKIT_BROWSER_FILEAPI_FILE_SYSTEM_OPERATION_IMPL_H_
|
| +#ifndef STORAGE_BROWSER_FILEAPI_FILE_SYSTEM_OPERATION_IMPL_H_
|
| +#define STORAGE_BROWSER_FILEAPI_FILE_SYSTEM_OPERATION_IMPL_H_
|
|
|
| #include <vector>
|
|
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/memory/weak_ptr.h"
|
| -#include "webkit/browser/fileapi/file_system_operation.h"
|
| -#include "webkit/browser/fileapi/file_system_operation_context.h"
|
| -#include "webkit/browser/fileapi/file_system_url.h"
|
| -#include "webkit/browser/fileapi/file_writer_delegate.h"
|
| -#include "webkit/browser/storage_browser_export.h"
|
| -#include "webkit/common/blob/scoped_file.h"
|
| -#include "webkit/common/quota/quota_types.h"
|
| +#include "storage/browser/fileapi/file_system_operation.h"
|
| +#include "storage/browser/fileapi/file_system_operation_context.h"
|
| +#include "storage/browser/fileapi/file_system_url.h"
|
| +#include "storage/browser/fileapi/file_writer_delegate.h"
|
| +#include "storage/browser/storage_browser_export.h"
|
| +#include "storage/common/blob/scoped_file.h"
|
| +#include "storage/common/quota/quota_types.h"
|
|
|
| namespace storage {
|
|
|
| @@ -203,4 +203,4 @@ class STORAGE_EXPORT FileSystemOperationImpl
|
|
|
| } // namespace storage
|
|
|
| -#endif // WEBKIT_BROWSER_FILEAPI_FILE_SYSTEM_OPERATION_IMPL_H_
|
| +#endif // STORAGE_BROWSER_FILEAPI_FILE_SYSTEM_OPERATION_IMPL_H_
|
|
|