summaryrefslogtreecommitdiffstats
path: root/sql/transaction.h
diff options
context:
space:
mode:
authordpranke@chromium.org <dpranke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-10 21:40:28 +0000
committerdpranke@chromium.org <dpranke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-10 21:40:28 +0000
commitd452696d51c8737c0f2c4eada4369aa9530e57bd (patch)
treed983a1a224845a26f0e6173c8b7e4bc658a29539 /sql/transaction.h
parent5b4fc5b7c88b94d0e8b61eddd1c9203723ebd29e (diff)
downloadchromium_src-d452696d51c8737c0f2c4eada4369aa9530e57bd.zip
chromium_src-d452696d51c8737c0f2c4eada4369aa9530e57bd.tar.gz
chromium_src-d452696d51c8737c0f2c4eada4369aa9530e57bd.tar.bz2
build sql as a component - this will help ensure there is only one copy
of sqlite getting linked in. R=rsesek@chromium.org Review URL: http://codereview.chromium.org/8506027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109510 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sql/transaction.h')
-rw-r--r--sql/transaction.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sql/transaction.h b/sql/transaction.h
index 5e1a418..210cb7f 100644
--- a/sql/transaction.h
+++ b/sql/transaction.h
@@ -7,12 +7,13 @@
#pragma once
#include "base/basictypes.h"
+#include "sql/sql_export.h"
namespace sql {
class Connection;
-class Transaction {
+class SQL_EXPORT Transaction {
public:
// Creates the scoped transaction object. You MUST call Begin() to begin the
// transaction. If you have begun a transaction and not committed it, the