diff options
Diffstat (limited to 'webkit/common/database/database_connections.h')
| -rw-r--r-- | webkit/common/database/database_connections.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/webkit/common/database/database_connections.h b/webkit/common/database/database_connections.h index 0b1b353..4e3440b 100644 --- a/webkit/common/database/database_connections.h +++ b/webkit/common/database/database_connections.h @@ -12,7 +12,7 @@ #include "base/memory/ref_counted.h" #include "base/strings/string16.h" #include "base/synchronization/lock.h" -#include "webkit/common/storage_common_export.h" +#include "webkit/common/storage_export.h" namespace base { class MessageLoopProxy; @@ -20,7 +20,7 @@ class MessageLoopProxy; namespace storage { -class WEBKIT_STORAGE_COMMON_EXPORT DatabaseConnections { +class STORAGE_EXPORT DatabaseConnections { public: DatabaseConnections(); ~DatabaseConnections(); @@ -69,7 +69,7 @@ class WEBKIT_STORAGE_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_STORAGE_COMMON_EXPORT DatabaseConnectionsWrapper +class STORAGE_EXPORT DatabaseConnectionsWrapper : public base::RefCountedThreadSafe<DatabaseConnectionsWrapper> { public: DatabaseConnectionsWrapper(); |
