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

Unified Diff: webkit/database/databases_table.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/database_util.h ('k') | webkit/database/quota_table.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/database/databases_table.h
diff --git a/webkit/database/databases_table.h b/webkit/database/databases_table.h
index 4caab805e095d18383227ae488774138ae24b21e..d7a25817d4211f6e09ecacc74f2145e1e7821046 100644
--- a/webkit/database/databases_table.h
+++ b/webkit/database/databases_table.h
@@ -8,6 +8,7 @@
#include <vector>
#include "base/string16.h"
+#include "webkit/storage/webkit_storage_export.h"
namespace sql {
class Connection;
@@ -15,7 +16,7 @@ class Connection;
namespace webkit_database {
-struct DatabaseDetails {
+struct WEBKIT_STORAGE_EXPORT_PRIVATE DatabaseDetails {
DatabaseDetails();
~DatabaseDetails();
@@ -25,7 +26,7 @@ struct DatabaseDetails {
int64 estimated_size;
};
-class DatabasesTable {
+class WEBKIT_STORAGE_EXPORT_PRIVATE DatabasesTable {
public:
explicit DatabasesTable(sql::Connection* db) : db_(db) { }
« no previous file with comments | « webkit/database/database_util.h ('k') | webkit/database/quota_table.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698