summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/engine/syncapi.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/sync/engine/syncapi.h')
-rw-r--r--chrome/browser/sync/engine/syncapi.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/sync/engine/syncapi.h b/chrome/browser/sync/engine/syncapi.h
index ffe369d..139c8c4 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.