| Index: sync/syncable/transaction_observer.h
|
| diff --git a/sync/syncable/transaction_observer.h b/sync/syncable/transaction_observer.h
|
| index f5430bad59e6166d21371c4ebab7a14464acee14..dc9478d44f9648c76b9bb63f1931b3add8666311 100644
|
| --- a/sync/syncable/transaction_observer.h
|
| +++ b/sync/syncable/transaction_observer.h
|
| @@ -9,6 +9,7 @@
|
| #include "sync/internal_api/public/syncable/model_type.h"
|
| #include "sync/syncable/write_transaction_info.h"
|
|
|
| +namespace syncer {
|
| namespace syncable {
|
|
|
| class TransactionObserver {
|
| @@ -21,5 +22,6 @@ class TransactionObserver {
|
| };
|
|
|
| } // namespace syncable
|
| +} // namespace syncer
|
|
|
| #endif // SYNC_SYNCABLE_TRANSACTION_OBSERVER_H_
|
|
|