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

Unified Diff: sync/test/null_transaction_observer.cc

Issue 10795018: [Sync] Remove unneeded 'using syncer::' lines and 'syncer::' scopings (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fiix indent Created 8 years, 5 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
« no previous file with comments | « sync/test/null_transaction_observer.h ('k') | sync/tools/sync_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/test/null_transaction_observer.cc
diff --git a/sync/test/null_transaction_observer.cc b/sync/test/null_transaction_observer.cc
index f8313ba6cf520a899b6633539c7a758b9121adee..abd99b0154ba7b8f0f445961e88edb3eb50a307d 100644
--- a/sync/test/null_transaction_observer.cc
+++ b/sync/test/null_transaction_observer.cc
@@ -9,8 +9,8 @@
namespace syncer {
namespace syncable {
-syncer::WeakHandle<TransactionObserver> NullTransactionObserver() {
- return syncer::MakeWeakHandle(base::WeakPtr<TransactionObserver>());
+WeakHandle<TransactionObserver> NullTransactionObserver() {
+ return MakeWeakHandle(base::WeakPtr<TransactionObserver>());
}
} // namespace syncable
« no previous file with comments | « sync/test/null_transaction_observer.h ('k') | sync/tools/sync_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698