| Index: chrome/browser/sync/syncable/syncable_mock.cc
|
| diff --git a/chrome/browser/sync/syncable/syncable_mock.cc b/chrome/browser/sync/syncable/syncable_mock.cc
|
| index 701c7bf0e0636c642a673daa81a0e92432b92251..b21decf62d614d41e1fd7afe7c0cb969c794aa77 100644
|
| --- a/chrome/browser/sync/syncable/syncable_mock.cc
|
| +++ b/chrome/browser/sync/syncable/syncable_mock.cc
|
| @@ -5,9 +5,10 @@
|
| #include "chrome/browser/sync/syncable/syncable_mock.h"
|
|
|
| #include "base/location.h"
|
| +#include "chrome/browser/sync/test/null_transaction_observer.h"
|
|
|
| MockDirectory::MockDirectory() {
|
| - InitKernel("myk", &delegate_);
|
| + InitKernelForTest("myk", &delegate_, syncable::NullTransactionObserver());
|
| }
|
|
|
| MockDirectory::~MockDirectory() {}
|
|
|