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

Unified Diff: webkit/common/database/database_connections.h

Issue 16701004: Fix webkit_storage exports definitions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 6 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/common/blob/shareable_file_reference.h ('k') | webkit/common/dom_storage/dom_storage_map.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « webkit/common/blob/shareable_file_reference.h ('k') | webkit/common/dom_storage/dom_storage_map.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698