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

Unified Diff: sync/syncable/directory_backing_store_unittest.cc

Issue 1991503002: [sql] sql::ScopedErrorIgnorer rename to sql::test::ScopedErrorExpecter (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 6 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
« sql/test/scoped_error_expecter.h ('K') | « sql/test/scoped_error_ignorer.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/syncable/directory_backing_store_unittest.cc
diff --git a/sync/syncable/directory_backing_store_unittest.cc b/sync/syncable/directory_backing_store_unittest.cc
index a0b0ba677ab7111c0c9378dc39775541858fde28..ed4d375b1bc394b875cccf9c1194d1259ea1dba8 100644
--- a/sync/syncable/directory_backing_store_unittest.cc
+++ b/sync/syncable/directory_backing_store_unittest.cc
@@ -21,7 +21,6 @@
#include "build/build_config.h"
#include "sql/connection.h"
#include "sql/statement.h"
-#include "sql/test/scoped_error_ignorer.h"
Scott Hess - ex-Googler 2016/06/21 00:18:26 I'm posting a TBR to remove this IWYU fail in my p
Mark P 2016/06/21 04:34:11 Acknowledged. I'm sure you'll figure it out.
Scott Hess - ex-Googler 2016/06/21 05:55:13 The rebase picked it up. Likely just an edge case
#include "sql/test/test_helpers.h"
#include "sync/base/sync_export.h"
#include "sync/internal_api/public/base/node_ordinal.h"
« sql/test/scoped_error_expecter.h ('K') | « sql/test/scoped_error_ignorer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698