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

Unified Diff: sql/test/scoped_error_ignorer.cc

Issue 901033002: Import SQLite 3.8.7.4. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Chromium changes to support SQLite 3.8.7.4. Created 5 years, 10 months 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/test/scoped_error_ignorer.cc
diff --git a/sql/test/scoped_error_ignorer.cc b/sql/test/scoped_error_ignorer.cc
index c5852295a190372bb29cab544516bbeb682ab9eb..7e07cf126d2caef4bb3e93fb66dec55e0ce37a64 100644
--- a/sql/test/scoped_error_ignorer.cc
+++ b/sql/test/scoped_error_ignorer.cc
@@ -9,6 +9,11 @@
namespace sql {
+// static
+int ScopedErrorIgnorer::SQLiteLibVersionNumber() {
+ return sqlite3_libversion_number();
+}
+
ScopedErrorIgnorer::ScopedErrorIgnorer()
: checked_(false) {
callback_ =

Powered by Google App Engine
This is Rietveld 408576698