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

Unified Diff: sync/syncable/syncable_mock.cc

Issue 10844005: [Sync] Refactor GetEncryptedTypes usage. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase + add dcheck Created 8 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/syncable_mock.h ('k') | sync/syncable/syncable_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/syncable/syncable_mock.cc
diff --git a/sync/syncable/syncable_mock.cc b/sync/syncable/syncable_mock.cc
index 8000504abd1ad2c29e0a0caf5df482cc732b134b..9bc68e4171ea6cfdeef813638af4511937167765 100644
--- a/sync/syncable/syncable_mock.cc
+++ b/sync/syncable/syncable_mock.cc
@@ -13,8 +13,11 @@ namespace syncer {
namespace syncable {
MockDirectory::MockDirectory(UnrecoverableErrorHandler* handler)
- : Directory(&encryptor_, handler, NULL,
- new syncable::InMemoryDirectoryBackingStore("store")) {
+ : Directory(new syncable::InMemoryDirectoryBackingStore("store"),
+ handler,
+ NULL,
+ NULL,
+ NULL) {
InitKernelForTest("myk", &delegate_, syncable::NullTransactionObserver());
}
« no previous file with comments | « sync/syncable/syncable_mock.h ('k') | sync/syncable/syncable_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698