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

Unified Diff: storage/common/fileapi/file_system_types.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/common/fileapi/file_system_mount_option.h ('k') | storage/common/fileapi/file_system_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: storage/common/fileapi/file_system_types.h
diff --git a/webkit/common/fileapi/file_system_types.h b/storage/common/fileapi/file_system_types.h
similarity index 99%
rename from webkit/common/fileapi/file_system_types.h
rename to storage/common/fileapi/file_system_types.h
index 409f3dcb49d7ad678efa52894e5ba69adb4d06da..8a56a8bf9126d2fecf0fa0c17d5862b4f575fa94 100644
--- a/webkit/common/fileapi/file_system_types.h
+++ b/storage/common/fileapi/file_system_types.h
@@ -7,7 +7,7 @@
#include "third_party/WebKit/public/platform/WebFileSystemType.h"
-namespace fileapi {
+namespace storage {
enum FileSystemType {
// Indicates uninitialized or invalid filesystem type.
@@ -132,6 +132,6 @@ enum FileSystemType {
kFileSystemInternalTypeEnumEnd,
};
-} // namespace fileapi
+} // namespace storage
#endif // WEBKIT_COMMON_FILEAPI_FILE_SYSTEM_TYPES_H_
« no previous file with comments | « storage/common/fileapi/file_system_mount_option.h ('k') | storage/common/fileapi/file_system_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698