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

Unified Diff: sync/syncable/directory_unittest.h

Issue 1275743002: [Sync] Remove backend unrecoverable error handler (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix leak Created 5 years, 4 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
« no previous file with comments | « sync/syncable/directory.cc ('k') | sync/syncable/directory_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/syncable/directory_unittest.h
diff --git a/sync/syncable/directory_unittest.h b/sync/syncable/directory_unittest.h
index e5427a8d76bea7548a6d832601691ad7e390ce84..8600537b641c97c1db7873374ec8b89596f7e39b 100644
--- a/sync/syncable/directory_unittest.h
+++ b/sync/syncable/directory_unittest.h
@@ -88,7 +88,7 @@ class SyncableDirectoryTest : public testing::Test {
scoped_ptr<Directory>& dir();
DirectoryChangeDelegate* directory_change_delegate();
Encryptor* encryptor();
- UnrecoverableErrorHandler* unrecoverable_error_handler();
+ TestUnrecoverableErrorHandler* unrecoverable_error_handler();
private:
void ValidateEntry(BaseTransaction* trans,
« no previous file with comments | « sync/syncable/directory.cc ('k') | sync/syncable/directory_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698