| Index: chrome/browser/sync/syncable/syncable.h
|
| diff --git a/chrome/browser/sync/syncable/syncable.h b/chrome/browser/sync/syncable/syncable.h
|
| index 6c55613d11f90113f3869a172cee0511350b3cf7..1cc9fcc677c69689a26bce22effd86d144950648 100644
|
| --- a/chrome/browser/sync/syncable/syncable.h
|
| +++ b/chrome/browser/sync/syncable/syncable.h
|
| @@ -1211,7 +1211,6 @@ class BaseTransaction {
|
| WriterTag writer_;
|
| Directory* const directory_;
|
| Directory::Kernel* const dirkernel_; // for brevity
|
| - base::TimeTicks time_acquired_;
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(BaseTransaction);
|
|
|