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(); |