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

Unified Diff: sync/engine/verify_updates_command.h

Issue 10795018: [Sync] Remove unneeded 'using syncer::' lines and 'syncer::' scopings (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix 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
Index: sync/engine/verify_updates_command.h
diff --git a/sync/engine/verify_updates_command.h b/sync/engine/verify_updates_command.h
index 2e7adf8d8ef9b0184a87ec7c017fb78edff2a1bf..06e7230c9e798e469b3b1a3937c5e66e90b1cddc 100644
--- a/sync/engine/verify_updates_command.h
+++ b/sync/engine/verify_updates_command.h
@@ -38,7 +38,7 @@ class VerifyUpdatesCommand : public ModelChangingSyncerCommand {
};
VerifyUpdateResult VerifyUpdate(syncable::WriteTransaction* trans,
const sync_pb::SyncEntity& entry,
- const syncer::ModelTypeSet& requested_types,
+ const ModelTypeSet& requested_types,
const ModelSafeRoutingInfo& routes);
DISALLOW_COPY_AND_ASSIGN(VerifyUpdatesCommand);
};

Powered by Google App Engine
This is Rietveld 408576698