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

Unified Diff: sync/engine/verify_updates_command.h

Issue 10696087: [Sync] Move ModelType and related classes to 'syncer' namespace (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix indent, and remove some redundant using declarations 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/engine/verify_updates_command.h
diff --git a/sync/engine/verify_updates_command.h b/sync/engine/verify_updates_command.h
index cc1193593e8c5f3cec57ac92143c391228e2ae1f..07cf48c8488298bef39792e0067da97b143e0450 100644
--- a/sync/engine/verify_updates_command.h
+++ b/sync/engine/verify_updates_command.h
@@ -40,7 +40,7 @@ class VerifyUpdatesCommand : public ModelChangingSyncerCommand {
};
VerifyUpdateResult VerifyUpdate(syncable::WriteTransaction* trans,
const SyncEntity& entry,
- const syncable::ModelTypeSet& requested_types,
+ const syncer::ModelTypeSet& requested_types,
const ModelSafeRoutingInfo& routes);
DISALLOW_COPY_AND_ASSIGN(VerifyUpdatesCommand);
};

Powered by Google App Engine
This is Rietveld 408576698