Searched refs:routes_two (Results 1 - 1 of 1) sorted by relevance

/external/chromium/chrome/browser/sync/sessions/
H A Dsync_session_unittest.cc268 ModelSafeRoutingInfo routes_one, routes_two; local
286 routes_two[syncable::AUTOFILL] = GROUP_DB;
287 routes_two[syncable::BOOKMARKS] = GROUP_UI;
289 SyncSession two(context_.get(), this, source_two, routes_two, workers_two);
301 EXPECT_EQ(routes_two, one.routing_info());

Completed in 34 milliseconds