Index: chrome/browser/password_manager/password_store_default_unittest.cc |
=================================================================== |
--- chrome/browser/password_manager/password_store_default_unittest.cc (revision 93060) |
+++ chrome/browser/password_manager/password_store_default_unittest.cc (working copy) |
@@ -151,7 +151,7 @@ |
} |
TEST_F(PasswordStoreDefaultTest, NonASCIIData) { |
- // Prentend that the migration has already taken place. |
+ // Pretend that the migration has already taken place. |
profile_->GetPrefs()->RegisterBooleanPref(prefs::kLoginDatabaseMigrated, |
true, |
PrefService::UNSYNCABLE_PREF); |
@@ -399,7 +399,7 @@ |
new SignalingTask(&done)); |
done.Wait(); |
- // Prentend that the migration has already taken place. |
+ // Pretend that the migration has already taken place. |
profile_->GetPrefs()->RegisterBooleanPref(prefs::kLoginDatabaseMigrated, |
true, |
PrefService::UNSYNCABLE_PREF); |
@@ -431,7 +431,7 @@ |
} |
TEST_F(PasswordStoreDefaultTest, Notifications) { |
- // Prentend that the migration has already taken place. |
+ // Pretend that the migration has already taken place. |
profile_->GetPrefs()->RegisterBooleanPref(prefs::kLoginDatabaseMigrated, |
true, |
PrefService::UNSYNCABLE_PREF); |