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

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

Issue 2388673002: Revert of [Sync] Move //components/sync to the syncer namespace. (patchset #5 id:40001 of https://co (Closed)
Patch Set: Created 4 years, 2 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 38e7d22e78042ddfadacbc2592b4b1c2cd53df39..2a9504aed954fc19df55a8def95f33d9fc086c59 100644
--- a/components/sync/syncable/syncable_write_transaction.cc
+++ b/components/sync/syncable/syncable_write_transaction.cc
@@ -126,7 +126,7 @@ void WriteTransaction::NotifyTransactionComplete(
void WriteTransaction::UpdateTransactionVersion(
const std::vector<int64_t>& entry_changed) {
- ModelTypeSet type_seen;
+ syncer::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()) {
« no previous file with comments | « components/sync/syncable/syncable_read_transaction.h ('k') | components/sync/test/engine/fake_sync_scheduler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698