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

Unified Diff: components/sync/syncable/syncable_write_transaction.cc

Issue 2376123003: [Sync] Move //components/sync to the syncer namespace. (Closed)
Patch Set: Fix tools and iOS. Created 4 years, 3 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: components/sync/syncable/syncable_write_transaction.cc
diff --git a/components/sync/syncable/syncable_write_transaction.cc b/components/sync/syncable/syncable_write_transaction.cc
index ef4ab67bc55cd3ab3717a0f6027426b50bdca4c9..01d212db2f93cf1848232839ac1463dd4c2d2ab8 100644
--- a/components/sync/syncable/syncable_write_transaction.cc
+++ b/components/sync/syncable/syncable_write_transaction.cc
@@ -128,7 +128,7 @@ void WriteTransaction::NotifyTransactionComplete(
void WriteTransaction::UpdateTransactionVersion(
const std::vector<int64_t>& entry_changed) {
- syncer::ModelTypeSet type_seen;
+ ModelTypeSet type_seen;
for (uint32_t i = 0; i < entry_changed.size(); ++i) {
MutableEntry entry(this, GET_BY_HANDLE, entry_changed[i]);
if (entry.good()) {

Powered by Google App Engine
This is Rietveld 408576698