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

Unified Diff: chrome/browser/sync/test/integration/two_client_passwords_sync_test.cc

Issue 10698014: [Sync] Rename csync namespace to syncer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments 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
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,
« no previous file with comments | « chrome/browser/sync/test/integration/sync_test.cc ('k') | chrome/browser/sync/test/test_http_bridge_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698