Index: components/password_manager/sync/browser/password_sync_util_unittest.cc |
diff --git a/components/password_manager/sync/browser/password_sync_util_unittest.cc b/components/password_manager/sync/browser/password_sync_util_unittest.cc |
index 8d4254a13d57f85dde6e82ff528f44e98613ccf6..5c21a83ebdfdcc41943a1543356995fe20392429 100644 |
--- a/components/password_manager/sync/browser/password_sync_util_unittest.cc |
+++ b/components/password_manager/sync/browser/password_sync_util_unittest.cc |
@@ -23,7 +23,7 @@ TEST_F(PasswordSyncUtilTest, GetSyncUsernameIfSyncingPasswords) { |
enum { SYNCING_PASSWORDS, NOT_SYNCING_PASSWORDS } password_sync; |
std::string fake_sync_username; |
std::string expected_result; |
- const syncer::SyncService* sync_service; |
+ const sync_driver::SyncService* sync_service; |
const SigninManagerBase* signin_manager; |
} kTestCases[] = { |
{TestCase::NOT_SYNCING_PASSWORDS, "a@example.org", std::string(), |