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

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

Issue 11052007: Rename ModelType/ObjectIdStateMap to InvalidationMap. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 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
« no previous file with comments | « sync/test/engine/mock_connection_manager.h ('k') | sync/tools/sync_listen_notifications.cc » ('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 8e1aa14c88f22ed8225b6f7d9c199f09f0fc6f9b..e177a872c6909c3720abdc4f09bf05f983cd9d4a 100644
--- a/sync/test/engine/syncer_command_test.h
+++ b/sync/test/engine/syncer_command_test.h
@@ -100,8 +100,8 @@ class SyncerCommandTestBase : public testing::Test,
// Lazily create a session requesting all datatypes with no state.
sessions::SyncSession* session() {
- ModelTypeStateMap types =
- ModelSafeRoutingInfoToStateMap(routing_info_, std::string());
+ ModelTypeInvalidationMap types =
+ ModelSafeRoutingInfoToInvalidationMap(routing_info_, std::string());
return session(sessions::SyncSourceInfo(types));
}
« no previous file with comments | « sync/test/engine/mock_connection_manager.h ('k') | sync/tools/sync_listen_notifications.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698