| Index: chrome/browser/sync/engine/syncapi.h
|
| diff --git a/chrome/browser/sync/engine/syncapi.h b/chrome/browser/sync/engine/syncapi.h
|
| index ffe369d38cd93ae7d7cb76867069e28e9d768e3a..139c8c4c465a32dfc3b70888b63a32e4410384c7 100644
|
| --- a/chrome/browser/sync/engine/syncapi.h
|
| +++ b/chrome/browser/sync/engine/syncapi.h
|
| @@ -594,8 +594,8 @@ class ReadTransaction : public BaseTransaction {
|
| class WriteTransaction : public BaseTransaction {
|
| public:
|
| // Start a new read/write transaction.
|
| - explicit WriteTransaction(const tracked_objects::Location& from_here,
|
| - UserShare* share);
|
| + WriteTransaction(const tracked_objects::Location& from_here,
|
| + UserShare* share);
|
| virtual ~WriteTransaction();
|
|
|
| // Provide access to the syncable.h transaction from the API WriteNode.
|
|
|