Fix lint errors in app/ and turn on presubmit check.
Review URL: http://codereview.chromium.org/400016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32222 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/app/sql/statement.h b/app/sql/statement.h
index 8ee6ef5..92495c7 100644
--- a/app/sql/statement.h
+++ b/app/sql/statement.h
@@ -42,7 +42,7 @@
// you initialize it via Assign.
Statement();
- Statement(scoped_refptr<Connection::StatementRef> ref);
+ explicit Statement(scoped_refptr<Connection::StatementRef> ref);
~Statement();
// Initializes this object with the given statement, which may or may not