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

Unified Diff: webkit/database/database_util.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_tracker.h ('k') | webkit/database/databases_table.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/database/database_util.h
diff --git a/webkit/database/database_util.h b/webkit/database/database_util.h
index cbc13da823b0540329b601294862be1738a1fa01..67296b37bebdf22cb8934569d9c78dbe695e5305 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[];
« no previous file with comments | « webkit/database/database_tracker.h ('k') | webkit/database/databases_table.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698