Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(455)

Unified Diff: storage/browser/fileapi/isolated_context.h

Issue 442383002: Move storage-related files from webkit/ to new top-level directory storage/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « storage/browser/fileapi/file_writer_delegate.cc ('k') | storage/browser/fileapi/isolated_context.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « storage/browser/fileapi/file_writer_delegate.cc ('k') | storage/browser/fileapi/isolated_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698