| Index: chrome/browser/sync/test/integration/two_client_passwords_sync_test.cc
|
| diff --git a/chrome/browser/sync/test/integration/two_client_passwords_sync_test.cc b/chrome/browser/sync/test/integration/two_client_passwords_sync_test.cc
|
| index f454a1fbc6a8a626c92393ab461679265030faa5..63dd0fe00835e9053705337a3641c6fe3464b00d 100644
|
| --- a/chrome/browser/sync/test/integration/two_client_passwords_sync_test.cc
|
| +++ b/chrome/browser/sync/test/integration/two_client_passwords_sync_test.cc
|
| @@ -245,12 +245,12 @@ IN_PROC_BROWSER_TEST_F(TwoClientPasswordsSyncTest,
|
| ASSERT_TRUE(GetClient(1)->AwaitFullSyncCompletion("Initial sync."));
|
|
|
| // Following ensures types are enabled and active (see bug 87572).
|
| - csync::ModelSafeRoutingInfo routes;
|
| + syncer::ModelSafeRoutingInfo routes;
|
| GetClient(0)->service()->GetModelSafeRoutingInfo(&routes);
|
| - ASSERT_EQ(csync::GROUP_PASSWORD, routes[syncable::PASSWORDS]);
|
| + ASSERT_EQ(syncer::GROUP_PASSWORD, routes[syncable::PASSWORDS]);
|
| routes.clear();
|
| GetClient(1)->service()->GetModelSafeRoutingInfo(&routes);
|
| - ASSERT_EQ(csync::GROUP_PASSWORD, routes[syncable::PASSWORDS]);
|
| + ASSERT_EQ(syncer::GROUP_PASSWORD, routes[syncable::PASSWORDS]);
|
| }
|
|
|
| IN_PROC_BROWSER_TEST_F(TwoClientPasswordsSyncTest,
|
|
|