summaryrefslogtreecommitdiffstats
path: root/webkit/database/database_util.h
diff options
context:
space:
mode:
authorhashimoto@chromium.org <hashimoto@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-26 13:13:53 +0000
committerhashimoto@chromium.org <hashimoto@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-26 13:13:53 +0000
commit8eadc8bbf1f3c89b494150b32109e14c1ef964db (patch)
treef6a48b136b99318e1b30da612c36e6084851b94e /webkit/database/database_util.h
parent8540c5f3aaf61f18b41cf5304f5174c7a3ebd7af (diff)
downloadchromium_src-8eadc8bbf1f3c89b494150b32109e14c1ef964db.zip
chromium_src-8eadc8bbf1f3c89b494150b32109e14c1ef964db.tar.gz
chromium_src-8eadc8bbf1f3c89b494150b32109e14c1ef964db.tar.bz2
webkit: Merge 'database' and 'quota' to 'webkit_storage'
Remove webkit/database/quota_table* since it's not used. Merge 'database' and 'quota' to 'webkit_storage'. Add WEBKIT_STORAGE_EXPORT(_PRIVATE) when necessary. BUG=155242 TEST=build TBR=jam@chromium.org for trivial gyp changes Review URL: https://chromiumcodereview.appspot.com/11274003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@164329 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/database/database_util.h')
-rw-r--r--webkit/database/database_util.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/webkit/database/database_util.h b/webkit/database/database_util.h
index cbc13da..67296b3 100644
--- a/webkit/database/database_util.h
+++ b/webkit/database/database_util.h
@@ -7,6 +7,7 @@
#include "base/string16.h"
#include "googleurl/src/gurl.h"
+#include "webkit/storage/webkit_storage_export.h"
class FilePath;
@@ -14,7 +15,7 @@ namespace webkit_database {
class DatabaseTracker;
-class DatabaseUtil {
+class WEBKIT_STORAGE_EXPORT DatabaseUtil {
public:
static const char kJournalFileSuffix[];