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

Unified Diff: sql/connection.h

Issue 8538031: export StatementRef (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sql/connection.h
diff --git a/sql/connection.h b/sql/connection.h
index 5446c0c67a927101ba081cf370e08f28209b21a2..2467ff8d8fbb0ba810852cf13cab427b925fee19 100644
--- a/sql/connection.h
+++ b/sql/connection.h
@@ -294,7 +294,7 @@ class SQL_EXPORT Connection {
//
// The Connection may revoke a StatementRef in some error cases, so callers
// should always check validity before using.
- class StatementRef : public base::RefCounted<StatementRef> {
+ class SQL_EXPORT StatementRef : public base::RefCounted<StatementRef> {
public:
// Default constructor initializes to an invalid statement.
StatementRef();
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698