| 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 83851cf915abee345a4208ebcf32194714b47093..5617f4888172fcd8b98418f9b44de6942bb369a3 100644
|
| --- a/chrome/browser/sync/syncable/syncable_mock.cc
|
| +++ b/chrome/browser/sync/syncable/syncable_mock.cc
|
| @@ -4,13 +4,15 @@
|
|
|
| #include "chrome/browser/sync/syncable/syncable_mock.h"
|
|
|
| +#include "base/tracked.h"
|
| +
|
| MockDirectory::MockDirectory() {
|
| - init_kernel("myk");
|
| + InitKernel("myk", &delegate_);
|
| }
|
|
|
| MockDirectory::~MockDirectory() {}
|
|
|
| MockSyncableWriteTransaction::MockSyncableWriteTransaction(
|
| Directory *directory)
|
| - : WriteTransaction(directory, syncable::UNITTEST, "dontcare.cpp", 25) {
|
| + : WriteTransaction(directory, syncable::UNITTEST, FROM_HERE) {
|
| }
|
|
|