| Index: sync/syncable/base_transaction.cc
|
| diff --git a/sync/syncable/base_transaction.cc b/sync/syncable/base_transaction.cc
|
| index b27e31a813ea2119e6c1ebe5500dce5a64ac21ec..233da88dd722e283cd000a787f9fa77f41aca05b 100644
|
| --- a/sync/syncable/base_transaction.cc
|
| +++ b/sync/syncable/base_transaction.cc
|
| @@ -7,6 +7,7 @@
|
| #include "base/debug/trace_event.h"
|
| #include "sync/syncable/directory.h"
|
|
|
| +namespace syncer {
|
| namespace syncable {
|
|
|
| void BaseTransaction::Lock() {
|
| @@ -66,3 +67,4 @@ BaseTransaction::~BaseTransaction() {
|
| }
|
|
|
| } // namespace syncable
|
| +} // namespace syncer
|
|
|