Index: chrome/browser/sync/test/integration/passwords_helper.cc |
=================================================================== |
--- chrome/browser/sync/test/integration/passwords_helper.cc (revision 148497) |
+++ chrome/browser/sync/test/integration/passwords_helper.cc (working copy) |
@@ -88,7 +88,7 @@ |
matcher_form.signon_realm = kFakeSignonRealm; |
PasswordStoreConsumerHelper consumer(&matches); |
store->GetLogins(matcher_form, &consumer); |
- ui_test_utils::RunMessageLoop(); |
+ content::RunMessageLoop(); |
} |
void RemoveLogin(PasswordStore* store, const PasswordForm& form) { |