Index: chrome/browser/ui/webui/options/sync_setup_handler_unittest.cc |
diff --git a/chrome/browser/ui/webui/options/sync_setup_handler_unittest.cc b/chrome/browser/ui/webui/options/sync_setup_handler_unittest.cc |
index adf63192927827104a5b31aeb79124f58482704b..83182263eaaa7868cc0cda36bc53ab7885b67cb6 100644 |
--- a/chrome/browser/ui/webui/options/sync_setup_handler_unittest.cc |
+++ b/chrome/browser/ui/webui/options/sync_setup_handler_unittest.cc |
@@ -799,7 +799,7 @@ TEST_F(SyncSetupHandlerTest, ShowSetupManuallySyncAll) { |
EXPECT_CALL(*mock_pss_, IsUsingSecondaryPassphrase()) |
.WillRepeatedly(Return(false)); |
SetupInitializedProfileSyncService(); |
- sync_driver::SyncPrefs sync_prefs(profile_->GetPrefs()); |
+ syncer::SyncPrefs sync_prefs(profile_->GetPrefs()); |
sync_prefs.SetKeepEverythingSynced(false); |
SetDefaultExpectationsForConfigPage(); |
// This should display the sync setup dialog (not login). |
@@ -821,7 +821,7 @@ TEST_F(SyncSetupHandlerTest, ShowSetupSyncForAllTypesIndividually) { |
EXPECT_CALL(*mock_pss_, IsUsingSecondaryPassphrase()) |
.WillRepeatedly(Return(false)); |
SetupInitializedProfileSyncService(); |
- sync_driver::SyncPrefs sync_prefs(profile_->GetPrefs()); |
+ syncer::SyncPrefs sync_prefs(profile_->GetPrefs()); |
sync_prefs.SetKeepEverythingSynced(false); |
SetDefaultExpectationsForConfigPage(); |
syncer::ModelTypeSet types; |