summaryrefslogtreecommitdiffstats
path: root/sync/test/null_transaction_observer.h
diff options
context:
space:
mode:
Diffstat (limited to 'sync/test/null_transaction_observer.h')
-rw-r--r--sync/test/null_transaction_observer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sync/test/null_transaction_observer.h b/sync/test/null_transaction_observer.h
index 45f4f87..3b61112 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.
-syncer::WeakHandle<TransactionObserver> NullTransactionObserver();
+WeakHandle<TransactionObserver> NullTransactionObserver();
} // namespace syncable
} // namespace syncer