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

Unified Diff: sync/syncable/write_transaction_info.h

Issue 10698014: [Sync] Rename csync namespace to syncer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments 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
« no previous file with comments | « sync/syncable/syncable_unittest.cc ('k') | sync/test/engine/fake_model_worker.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/syncable/write_transaction_info.h
diff --git a/sync/syncable/write_transaction_info.h b/sync/syncable/write_transaction_info.h
index b49c3765161851fbd00416fcbc677febb3a4e255..e8a2eaeeb82771afb909ee3fb92559158c7468d8 100644
--- a/sync/syncable/write_transaction_info.h
+++ b/sync/syncable/write_transaction_info.h
@@ -32,7 +32,7 @@ struct WriteTransactionInfo {
};
typedef
- csync::Immutable<WriteTransactionInfo>
+ syncer::Immutable<WriteTransactionInfo>
ImmutableWriteTransactionInfo;
} // namespace syncable
« no previous file with comments | « sync/syncable/syncable_unittest.cc ('k') | sync/test/engine/fake_model_worker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698