Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(275)

Unified Diff: sync/test/null_transaction_observer.h

Issue 10698014: [Sync] Rename csync namespace to syncer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698