| Index: chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc
|
| diff --git a/chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc b/chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc
|
| index 4b51a16e0b9f5195da69c91b2449e83de9224d9b..d206a421c3eb795b5338fbf77632e4133dd7c1ac 100644
|
| --- a/chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc
|
| +++ b/chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc
|
| @@ -2001,7 +2001,8 @@ IN_PROC_BROWSER_TEST_F(TwoClientBookmarksSyncTest,
|
|
|
| // Set a passphrase and enable encryption on Client 0. Client 1 will not
|
| // understand the bookmark updates.
|
| - SetEncryptionPassphrase(0, kValidPassphrase, ProfileSyncService::EXPLICIT);
|
| + SetEncryptionPassphrase(0, kValidPassphrase,
|
| + browser_sync::ProfileSyncService::EXPLICIT);
|
| ASSERT_TRUE(AwaitPassphraseAccepted(GetSyncService((0))));
|
| ASSERT_TRUE(EnableEncryption(0));
|
| ASSERT_TRUE(GetClient(0)->AwaitMutualSyncCycleCompletion(GetClient(1)));
|
|
|