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