| Index: sync/test/null_transaction_observer.h
|
| diff --git a/sync/test/null_transaction_observer.h b/sync/test/null_transaction_observer.h
|
| index b84580eba4be9a57096dd61a4cf3391a007d7071..eca3e7f0f03657a261f777c78a3ed7af73fb8adf 100644
|
| --- a/sync/test/null_transaction_observer.h
|
| +++ b/sync/test/null_transaction_observer.h
|
| @@ -14,7 +14,7 @@ class TransactionObserver;
|
|
|
| // Returns an initialized weak handle to a transaction observer that
|
| // does nothing.
|
| -csync::WeakHandle<TransactionObserver> NullTransactionObserver();
|
| +syncer::WeakHandle<TransactionObserver> NullTransactionObserver();
|
|
|
| } // namespace syncable
|
|
|
|
|