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