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

Unified Diff: storage/browser/fileapi/mount_points.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/local_file_util.cc ('k') | storage/browser/fileapi/mount_points.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: storage/browser/fileapi/mount_points.h
diff --git a/webkit/browser/fileapi/mount_points.h b/storage/browser/fileapi/mount_points.h
similarity index 92%
rename from webkit/browser/fileapi/mount_points.h
rename to storage/browser/fileapi/mount_points.h
index d206ab9a1b4e43bb1ea6a92c7c3b3ac954e76fb5..943e5f54ce84df2a138538bcd6e7436ccc7b9796 100644
--- a/webkit/browser/fileapi/mount_points.h
+++ b/storage/browser/fileapi/mount_points.h
@@ -10,22 +10,22 @@
#include "base/basictypes.h"
#include "base/files/file_path.h"
-#include "webkit/browser/webkit_storage_browser_export.h"
-#include "webkit/common/fileapi/file_system_util.h"
+#include "storage/common/storage_export.h"
+#include "storage/common/fileapi/file_system_util.h"
class GURL;
-namespace fileapi {
+namespace storage {
class FileSystemMountOption;
class FileSystemURL;
}
-namespace fileapi {
+namespace storage {
// Represents a set of mount points for File API.
-class WEBKIT_STORAGE_BROWSER_EXPORT MountPoints {
+class STORAGE_EXPORT MountPoints {
public:
- struct WEBKIT_STORAGE_BROWSER_EXPORT MountPointInfo {
+ struct STORAGE_EXPORT MountPointInfo {
MountPointInfo();
MountPointInfo(const std::string& name, const base::FilePath& path);
@@ -65,7 +65,7 @@ class WEBKIT_STORAGE_BROWSER_EXPORT MountPoints {
// registered in this context, returns empty, invalid FileSystemURL.
virtual FileSystemURL CreateCrackedFileSystemURL(
const GURL& origin,
- fileapi::FileSystemType type,
+ storage::FileSystemType type,
const base::FilePath& path) const = 0;
// Returns the mount point root path registered for a given |mount_name|.
@@ -103,6 +103,6 @@ class WEBKIT_STORAGE_BROWSER_EXPORT MountPoints {
DISALLOW_COPY_AND_ASSIGN(MountPoints);
};
-} // namespace fileapi
+} // namespace storage
#endif // WEBKIT_BROWSER_FILEAPI_MOUNT_POINTS_H_
« no previous file with comments | « storage/browser/fileapi/local_file_util.cc ('k') | storage/browser/fileapi/mount_points.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698