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

Unified Diff: sql/sql.gyp

Issue 1991503002: [sql] sql::ScopedErrorIgnorer rename to sql::test::ScopedErrorExpecter (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Restore file rename Created 4 years, 7 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/sql.gyp
diff --git a/sql/sql.gyp b/sql/sql.gyp
index cde30576cb9269c56ce9750b31633f198c9b5104..66e3e7f203da9ed1493d4ddecb0d1d495a1131f6 100644
--- a/sql/sql.gyp
+++ b/sql/sql.gyp
@@ -65,8 +65,8 @@
'sources': [
'test/error_callback_support.cc',
'test/error_callback_support.h',
- 'test/scoped_error_ignorer.cc',
- 'test/scoped_error_ignorer.h',
+ 'test/scoped_error_expecter.cc',
+ 'test/scoped_error_expecter.h',
'test/test_helpers.cc',
'test/test_helpers.h',
],

Powered by Google App Engine
This is Rietveld 408576698