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 8899012: Put debugging assertions into sql::Statement. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years 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
Index: sql/meta_table.h
diff --git a/sql/meta_table.h b/sql/meta_table.h
index 8d98f0f392eafcd913ba6f5ffcceface063fa974..214ba27a89f520a5ab503222b196f039177aa3fc 100644
--- a/sql/meta_table.h
+++ b/sql/meta_table.h
@@ -71,7 +71,7 @@ class SQL_EXPORT MetaTable {
private:
// Conveniences to prepare the two types of statements used by
// MetaTableHelper.
- bool PrepareSetStatement(Statement* statement, const char* key);
+ void PrepareSetStatement(Statement* statement, const char* key);
bool PrepareGetStatement(Statement* statement, const char* key);
Connection* db_;
« sql/connection.cc ('K') | « sql/connection_unittest.cc ('k') | sql/meta_table.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698