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

Unified Diff: sql/meta_table.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/diagnostic_error_delegate.h ('k') | sql/sql.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sql/meta_table.h
diff --git a/sql/meta_table.h b/sql/meta_table.h
index 4a640d82160bf4c538a411313251d028765c4bc4..8d98f0f392eafcd913ba6f5ffcceface063fa974 100644
--- a/sql/meta_table.h
+++ b/sql/meta_table.h
@@ -9,13 +9,14 @@
#include <string>
#include "base/basictypes.h"
+#include "sql/sql_export.h"
namespace sql {
class Connection;
class Statement;
-class MetaTable {
+class SQL_EXPORT MetaTable {
public:
MetaTable();
~MetaTable();
« no previous file with comments | « sql/diagnostic_error_delegate.h ('k') | sql/sql.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698