Index: webkit/common/database/database_connections.h |
diff --git a/webkit/common/database/database_connections.h b/webkit/common/database/database_connections.h |
index 0b46ae6c38a04aae42a96ef27ad5b14213740243..39c8151979d74693ddd12c20afb074f535a94f49 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/strings/string16.h" |
#include "base/synchronization/lock.h" |
-#include "webkit/common/webkit_common_export.h" |
+#include "webkit/common/webkit_storage_common_export.h" |
namespace base { |
class MessageLoopProxy; |
@@ -19,7 +19,7 @@ class MessageLoopProxy; |
namespace webkit_database { |
-class WEBKIT_COMMON_EXPORT DatabaseConnections { |
+class WEBKIT_STORAGE_COMMON_EXPORT DatabaseConnections { |
public: |
DatabaseConnections(); |
~DatabaseConnections(); |
@@ -68,7 +68,7 @@ class WEBKIT_COMMON_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_COMMON_EXPORT DatabaseConnectionsWrapper |
+class WEBKIT_STORAGE_COMMON_EXPORT DatabaseConnectionsWrapper |
: public base::RefCountedThreadSafe<DatabaseConnectionsWrapper> { |
public: |
DatabaseConnectionsWrapper(); |