| Index: sync/test/null_transaction_observer.h
|
| diff --git a/sync/test/null_transaction_observer.h b/sync/test/null_transaction_observer.h
|
| index eca3e7f0f03657a261f777c78a3ed7af73fb8adf..ab12f8c99a778c196f7a0b3de7766cf8997be7d5 100644
|
| --- a/sync/test/null_transaction_observer.h
|
| +++ b/sync/test/null_transaction_observer.h
|
| @@ -8,6 +8,7 @@
|
|
|
| #include "sync/internal_api/public/util/weak_handle.h"
|
|
|
| +namespace syncer {
|
| namespace syncable {
|
|
|
| class TransactionObserver;
|
| @@ -17,5 +18,6 @@ class TransactionObserver;
|
| syncer::WeakHandle<TransactionObserver> NullTransactionObserver();
|
|
|
| } // namespace syncable
|
| +} // namespace syncer
|
|
|
| #endif // SYNC_TEST_NULL_TRANSACTION_OBSERVER_H_
|
|
|