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

Unified Diff: sync/test/engine/syncer_command_test.h

Issue 10690071: [Sync] Move model_type* from syncable/ to base/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/test/engine/mock_connection_manager.h ('k') | sync/tools/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/test/engine/syncer_command_test.h
diff --git a/sync/test/engine/syncer_command_test.h b/sync/test/engine/syncer_command_test.h
index 3db8ae8d47a99a132ef0c3c14558e53ee77b28c6..58b034f191bc49cf0600a738b61435de14ec83a2 100644
--- a/sync/test/engine/syncer_command_test.h
+++ b/sync/test/engine/syncer_command_test.h
@@ -102,8 +102,7 @@ class SyncerCommandTestBase : public testing::Test,
// Lazily create a session requesting all datatypes with no payload.
sessions::SyncSession* session() {
syncable::ModelTypePayloadMap types =
- syncable::ModelTypePayloadMapFromRoutingInfo(routing_info_,
- std::string());
+ ModelSafeRoutingInfoToPayloadMap(routing_info_, std::string());
return session(sessions::SyncSourceInfo(types));
}
« no previous file with comments | « sync/test/engine/mock_connection_manager.h ('k') | sync/tools/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698