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

Unified Diff: storage/browser/fileapi/sandbox_origin_database_interface.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
Index: storage/browser/fileapi/sandbox_origin_database_interface.h
diff --git a/webkit/browser/fileapi/sandbox_origin_database_interface.h b/storage/browser/fileapi/sandbox_origin_database_interface.h
similarity index 86%
rename from webkit/browser/fileapi/sandbox_origin_database_interface.h
rename to storage/browser/fileapi/sandbox_origin_database_interface.h
index 8b88f9349af96da8f9ff4703789e3311e0b1e3cd..85f826cda385bc769d8d45aa01b995c7d2d9dba7 100644
--- a/webkit/browser/fileapi/sandbox_origin_database_interface.h
+++ b/storage/browser/fileapi/sandbox_origin_database_interface.h
@@ -9,13 +9,13 @@
#include <vector>
#include "base/files/file_path.h"
-#include "webkit/browser/webkit_storage_browser_export.h"
+#include "storage/common/storage_export.h"
-namespace fileapi {
+namespace storage {
-class WEBKIT_STORAGE_BROWSER_EXPORT_PRIVATE SandboxOriginDatabaseInterface {
+class STORAGE_EXPORT_PRIVATE SandboxOriginDatabaseInterface {
public:
- struct WEBKIT_STORAGE_BROWSER_EXPORT_PRIVATE OriginRecord {
+ struct STORAGE_EXPORT_PRIVATE OriginRecord {
std::string origin;
base::FilePath path;
@@ -50,6 +50,6 @@ class WEBKIT_STORAGE_BROWSER_EXPORT_PRIVATE SandboxOriginDatabaseInterface {
SandboxOriginDatabaseInterface() {}
};
-} // namespace fileapi
+} // namespace storage
#endif // WEBKIT_BROWSER_FILEAPI_SANDBOX_ORIGIN_DATABASE_INTERFACE_H_
« no previous file with comments | « storage/browser/fileapi/sandbox_origin_database.cc ('k') | storage/browser/fileapi/sandbox_origin_database_interface.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698