| Index: storage/browser/database/vfs_backend.h
|
| diff --git a/webkit/browser/database/vfs_backend.h b/storage/browser/database/vfs_backend.h
|
| similarity index 80%
|
| rename from webkit/browser/database/vfs_backend.h
|
| rename to storage/browser/database/vfs_backend.h
|
| index 1fb63c9599474f70488f9df5b7337ce4998fb410..1642146a65d147bbac94efb689c8da1623a15efb 100644
|
| --- a/webkit/browser/database/vfs_backend.h
|
| +++ b/storage/browser/database/vfs_backend.h
|
| @@ -8,7 +8,7 @@
|
| #include "base/files/file.h"
|
| #include "base/process/process.h"
|
| #include "base/strings/string16.h"
|
| -#include "webkit/browser/webkit_storage_browser_export.h"
|
| +#include "storage/common/storage_export.h"
|
|
|
| namespace base {
|
| class FilePath;
|
| @@ -16,10 +16,10 @@ class FilePath;
|
|
|
| namespace webkit_database {
|
|
|
| -class WEBKIT_STORAGE_BROWSER_EXPORT VfsBackend {
|
| +class STORAGE_EXPORT VfsBackend {
|
| public:
|
| - static base::File OpenFile(const base::FilePath& file_path,
|
| - int desired_flags);
|
| + static base::File OpenFile(const base::FilePath& file_path,
|
| + int desired_flags);
|
|
|
| static base::File OpenTempFileInDirectory(const base::FilePath& dir_path,
|
| int desired_flags);
|
| @@ -37,6 +37,6 @@ class WEBKIT_STORAGE_BROWSER_EXPORT VfsBackend {
|
| static bool OpenFileFlagsAreConsistent(int desired_flags);
|
| };
|
|
|
| -} // namespace webkit_database
|
| +} // namespace webkit_database
|
|
|
| #endif // WEBKIT_BROWSER_DATABASE_VFS_BACKEND_H_
|
|
|