| Index: storage/browser/fileapi/isolated_context.h
|
| diff --git a/webkit/browser/fileapi/isolated_context.h b/storage/browser/fileapi/isolated_context.h
|
| similarity index 95%
|
| rename from webkit/browser/fileapi/isolated_context.h
|
| rename to storage/browser/fileapi/isolated_context.h
|
| index 213082d5c361ed2018243aca923866c2dcf62106..689b6169ae4134f793817b86d1d4adf74bfbb005 100644
|
| --- a/webkit/browser/fileapi/isolated_context.h
|
| +++ b/storage/browser/fileapi/isolated_context.h
|
| @@ -15,15 +15,15 @@
|
| #include "base/lazy_instance.h"
|
| #include "base/memory/singleton.h"
|
| #include "base/synchronization/lock.h"
|
| -#include "webkit/browser/fileapi/mount_points.h"
|
| -#include "webkit/browser/webkit_storage_browser_export.h"
|
| -#include "webkit/common/fileapi/file_system_types.h"
|
| +#include "storage/browser/fileapi/mount_points.h"
|
| +#include "storage/common/storage_export.h"
|
| +#include "storage/common/fileapi/file_system_types.h"
|
|
|
| -namespace fileapi {
|
| +namespace storage {
|
| class FileSystemURL;
|
| }
|
|
|
| -namespace fileapi {
|
| +namespace storage {
|
|
|
| // Manages isolated filesystem mount points which have no well-known names
|
| // and are identified by a string 'filesystem ID', which usually just looks
|
| @@ -37,9 +37,9 @@ namespace fileapi {
|
| //
|
| // Some methods of this class are virtual just for mocking.
|
| //
|
| -class WEBKIT_STORAGE_BROWSER_EXPORT IsolatedContext : public MountPoints {
|
| +class STORAGE_EXPORT IsolatedContext : public MountPoints {
|
| public:
|
| - class WEBKIT_STORAGE_BROWSER_EXPORT FileInfoSet {
|
| + class STORAGE_EXPORT FileInfoSet {
|
| public:
|
| FileInfoSet();
|
| ~FileInfoSet();
|
| @@ -196,6 +196,6 @@ class WEBKIT_STORAGE_BROWSER_EXPORT IsolatedContext : public MountPoints {
|
| DISALLOW_COPY_AND_ASSIGN(IsolatedContext);
|
| };
|
|
|
| -} // namespace fileapi
|
| +} // namespace storage
|
|
|
| #endif // WEBKIT_BROWSER_FILEAPI_ISOLATED_CONTEXT_H_
|
|
|