| Index: chrome/browser/sync/test/integration/two_client_typed_urls_sync_test.cc
|
| diff --git a/chrome/browser/sync/test/integration/two_client_typed_urls_sync_test.cc b/chrome/browser/sync/test/integration/two_client_typed_urls_sync_test.cc
|
| index 5d270e1828e8fc0810f9136910ad581f7d89417d..063e0646bb7b61282d7c09438c89a01ba67bc107 100644
|
| --- a/chrome/browser/sync/test/integration/two_client_typed_urls_sync_test.cc
|
| +++ b/chrome/browser/sync/test/integration/two_client_typed_urls_sync_test.cc
|
| @@ -193,7 +193,7 @@ IN_PROC_BROWSER_TEST_F(TwoClientTypedUrlsSyncTest, DisableEnableSync) {
|
| ASSERT_TRUE(SetupSync()) << "SetupSync() failed.";
|
|
|
| // Disable typed url sync for one client, leave it active for the other.
|
| - GetClient(0)->DisableSyncForDatatype(syncable::TYPED_URLS);
|
| + GetClient(0)->DisableSyncForDatatype(syncer::TYPED_URLS);
|
|
|
| // Add one URL to non-syncing client, add a different URL to the other,
|
| // wait for sync cycle to complete. No data should be exchanged.
|
| @@ -212,7 +212,7 @@ IN_PROC_BROWSER_TEST_F(TwoClientTypedUrlsSyncTest, DisableEnableSync) {
|
| ASSERT_EQ(url2, post_sync_urls[0].url());
|
|
|
| // Enable typed url sync, make both URLs are synced to each client.
|
| - GetClient(0)->EnableSyncForDatatype(syncable::TYPED_URLS);
|
| + GetClient(0)->EnableSyncForDatatype(syncer::TYPED_URLS);
|
| ASSERT_TRUE(AwaitQuiescence());
|
|
|
| AssertAllProfilesHaveSameURLsAsVerifier();
|
|
|