| Index: sync/syncable/write_transaction.h
|
| diff --git a/sync/syncable/write_transaction.h b/sync/syncable/write_transaction.h
|
| index 685e447ab3e7e163dd4173dfe888570b90bfba91..0b92d8a377570216173c89911ea3f0581d04dc65 100644
|
| --- a/sync/syncable/write_transaction.h
|
| +++ b/sync/syncable/write_transaction.h
|
| @@ -9,6 +9,7 @@
|
| #include "sync/syncable/base_transaction.h"
|
| #include "sync/syncable/entry_kernel.h"
|
|
|
| +namespace syncer {
|
| namespace syncable {
|
|
|
| // Locks db in constructor, unlocks in destructor.
|
| @@ -44,5 +45,6 @@ class WriteTransaction : public BaseTransaction {
|
| };
|
|
|
| } // namespace syncable
|
| +} // namespace syncer
|
|
|
| #endif // SYNC_SYNCABLE_WRITE_TRANSACTION_H_
|
|
|