| Index: sync/syncable/write_transaction_info.h
|
| diff --git a/sync/syncable/write_transaction_info.h b/sync/syncable/write_transaction_info.h
|
| index e8a2eaeeb82771afb909ee3fb92559158c7468d8..bd5d52db38d87c05f74d4437d36f55fecc9b0a80 100644
|
| --- a/sync/syncable/write_transaction_info.h
|
| +++ b/sync/syncable/write_transaction_info.h
|
| @@ -9,6 +9,7 @@
|
| #include "sync/syncable/base_transaction.h"
|
| #include "sync/syncable/entry_kernel.h"
|
|
|
| +namespace syncer {
|
| namespace syncable {
|
|
|
| // A struct describing the changes made during a transaction.
|
| @@ -36,5 +37,6 @@ typedef
|
| ImmutableWriteTransactionInfo;
|
|
|
| } // namespace syncable
|
| +} // namespace syncer
|
|
|
| #endif // SYNC_SYNCABLE_WRITE_TRANSACTION_INFO_H_
|
|
|