Index: webkit/common/database/database_connections.h |
diff --git a/webkit/common/database/database_connections.h b/webkit/common/database/database_connections.h |
index e81c0536c2dce49e4f2c1f895d38dba1fe83a326..4c3cbba6a767a5fc98b24870b1ae2223920b8197 100644 |
--- a/webkit/common/database/database_connections.h |
+++ b/webkit/common/database/database_connections.h |
@@ -11,7 +11,7 @@ |
#include "base/memory/ref_counted.h" |
#include "base/string16.h" |
#include "base/synchronization/lock.h" |
-#include "webkit/storage/webkit_storage_export.h" |
+#include "webkit/common/webkit_common_export.h" |
namespace base { |
class MessageLoopProxy; |
@@ -19,7 +19,7 @@ class MessageLoopProxy; |
namespace webkit_database { |
-class WEBKIT_STORAGE_EXPORT DatabaseConnections { |
+class WEBKIT_COMMON_EXPORT DatabaseConnections { |
public: |
DatabaseConnections(); |
~DatabaseConnections(); |
@@ -68,7 +68,7 @@ class WEBKIT_STORAGE_EXPORT 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 WEBKIT_STORAGE_EXPORT DatabaseConnectionsWrapper |
+class WEBKIT_COMMON_EXPORT DatabaseConnectionsWrapper |
: public base::RefCountedThreadSafe<DatabaseConnectionsWrapper> { |
public: |
DatabaseConnectionsWrapper(); |