summaryrefslogtreecommitdiff
path: root/chromium/content/browser/indexed_db/leveldb/leveldb_write_batch.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/content/browser/indexed_db/leveldb/leveldb_write_batch.h')
-rw-r--r--chromium/content/browser/indexed_db/leveldb/leveldb_write_batch.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/chromium/content/browser/indexed_db/leveldb/leveldb_write_batch.h b/chromium/content/browser/indexed_db/leveldb/leveldb_write_batch.h
index c1c6e65d6b0..4893c563b28 100644
--- a/chromium/content/browser/indexed_db/leveldb/leveldb_write_batch.h
+++ b/chromium/content/browser/indexed_db/leveldb/leveldb_write_batch.h
@@ -8,6 +8,7 @@
#include <memory>
#include "base/strings/string_piece.h"
+#include "content/common/content_export.h"
namespace leveldb {
class WriteBatch;
@@ -17,7 +18,7 @@ namespace content {
// Wrapper around leveldb::WriteBatch.
// This class holds a collection of updates to apply atomically to a database.
-class LevelDBWriteBatch {
+class CONTENT_EXPORT LevelDBWriteBatch {
public:
static std::unique_ptr<LevelDBWriteBatch> Create();
~LevelDBWriteBatch();