summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/syncable/syncable_mock.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/sync/syncable/syncable_mock.cc')
-rw-r--r--chrome/browser/sync/syncable/syncable_mock.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/sync/syncable/syncable_mock.cc b/chrome/browser/sync/syncable/syncable_mock.cc
index 0ef8542..1fb55fa 100644
--- a/chrome/browser/sync/syncable/syncable_mock.cc
+++ b/chrome/browser/sync/syncable/syncable_mock.cc
@@ -8,7 +8,7 @@
#include "chrome/browser/sync/test/null_transaction_observer.h"
MockDirectory::MockDirectory(browser_sync::UnrecoverableErrorHandler* handler)
- : Directory(handler, NULL) {
+ : Directory(&encryptor_, handler, NULL) {
InitKernelForTest("myk", &delegate_, syncable::NullTransactionObserver());
}