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

Unified Diff: webkit/database/database_connections.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 | « content/content_tests.gypi ('k') | webkit/database/database_quota_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/database/database_connections.h
diff --git a/webkit/database/database_connections.h b/webkit/database/database_connections.h
index 8f956ac455276213603ec70640491aa40e8102c9..f49cb793cf59534646444b04ce76ced9f71a907f 100644
--- a/webkit/database/database_connections.h
+++ b/webkit/database/database_connections.h
@@ -11,6 +11,7 @@
#include "base/memory/ref_counted.h"
#include "base/string16.h"
#include "base/synchronization/lock.h"
+#include "webkit/storage/webkit_storage_export.h"
namespace base {
class MessageLoopProxy;
@@ -18,7 +19,7 @@ class MessageLoopProxy;
namespace webkit_database {
-class DatabaseConnections {
+class WEBKIT_STORAGE_EXPORT DatabaseConnections {
public:
DatabaseConnections();
~DatabaseConnections();
@@ -67,7 +68,7 @@ class DatabaseConnections {
// A wrapper class that provides thread-safety and the
// ability to wait until all connections have closed.
// Intended for use in renderer processes.
-class DatabaseConnectionsWrapper
+class WEBKIT_STORAGE_EXPORT DatabaseConnectionsWrapper
: public base::RefCountedThreadSafe<DatabaseConnectionsWrapper> {
public:
DatabaseConnectionsWrapper();
« no previous file with comments | « content/content_tests.gypi ('k') | webkit/database/database_quota_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698