| Index: storage/browser/fileapi/quota/open_file_handle_context.h
|
| diff --git a/webkit/browser/fileapi/quota/open_file_handle_context.h b/storage/browser/fileapi/quota/open_file_handle_context.h
|
| similarity index 87%
|
| rename from webkit/browser/fileapi/quota/open_file_handle_context.h
|
| rename to storage/browser/fileapi/quota/open_file_handle_context.h
|
| index 5b0cbcb9ca95e648ef1052eaa3f4c1afc7076b36..4404b770bef416c5f6ec94db1ab8b936a083a0e3 100644
|
| --- a/webkit/browser/fileapi/quota/open_file_handle_context.h
|
| +++ b/storage/browser/fileapi/quota/open_file_handle_context.h
|
| @@ -12,10 +12,10 @@
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "url/gurl.h"
|
| -#include "webkit/browser/webkit_storage_browser_export.h"
|
| -#include "webkit/common/fileapi/file_system_types.h"
|
| +#include "storage/common/storage_export.h"
|
| +#include "storage/common/fileapi/file_system_types.h"
|
|
|
| -namespace fileapi {
|
| +namespace storage {
|
|
|
| class QuotaReservationBuffer;
|
|
|
| @@ -33,9 +33,7 @@ class OpenFileHandleContext : public base::RefCounted<OpenFileHandleContext> {
|
|
|
| void AddAppendModeWriteAmount(int64 amount);
|
|
|
| - const base::FilePath& platform_path() const {
|
| - return platform_path_;
|
| - }
|
| + const base::FilePath& platform_path() const { return platform_path_; }
|
|
|
| int64 GetEstimatedFileSize() const;
|
| int64 GetMaxWrittenOffset() const;
|
| @@ -56,6 +54,6 @@ class OpenFileHandleContext : public base::RefCounted<OpenFileHandleContext> {
|
| DISALLOW_COPY_AND_ASSIGN(OpenFileHandleContext);
|
| };
|
|
|
| -} // namespace fileapi
|
| +} // namespace storage
|
|
|
| #endif // WEBKIT_BROWSER_FILEAPI_OPEN_FILE_HANDLE_CONTEXT_H_
|
|
|