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

Unified Diff: sql/transaction.h

Issue 8506027: build sql as a component - this will help ensure there is only one copy (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: don't export DiagnosticErrorDelegate Created 9 years, 1 month 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 | « sql/statement.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sql/transaction.h
diff --git a/sql/transaction.h b/sql/transaction.h
index 5e1a418c0632db859eb5b0a02898cead35843b34..210cb7f73a525d9e7c02c591955ba680b28f9be3 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
« no previous file with comments | « sql/statement.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698