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

Unified Diff: webkit/database/vfs_backend.h

Issue 11274003: webkit: Merge 'database' and 'quota' to 'webkit_storage' (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More EXPORT for Win Created 8 years, 2 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 | « webkit/database/quota_table_unittest.cc ('k') | webkit/database/webkit_database.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/database/vfs_backend.h
diff --git a/webkit/database/vfs_backend.h b/webkit/database/vfs_backend.h
index c7a6280f7b7e836f86d33d80de0d4455379e52bb..8fba3fa51b4299c38689275b831ef8e314b111ef 100644
--- a/webkit/database/vfs_backend.h
+++ b/webkit/database/vfs_backend.h
@@ -8,12 +8,13 @@
#include "base/platform_file.h"
#include "base/process.h"
#include "base/string16.h"
+#include "webkit/storage/webkit_storage_export.h"
class FilePath;
namespace webkit_database {
-class VfsBackend {
+class WEBKIT_STORAGE_EXPORT VfsBackend {
public:
static void OpenFile(const FilePath& file_path,
int desired_flags,
« no previous file with comments | « webkit/database/quota_table_unittest.cc ('k') | webkit/database/webkit_database.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698