| Index: chrome/browser/sync/test/integration/passwords_helper.cc
|
| diff --git a/chrome/browser/sync/test/integration/passwords_helper.cc b/chrome/browser/sync/test/integration/passwords_helper.cc
|
| index f06f2613418041c0da278ee5264e0410fb417cb4..dfc4e1a0f40f1c63b831fad0c568ad9208822929 100644
|
| --- a/chrome/browser/sync/test/integration/passwords_helper.cc
|
| +++ b/chrome/browser/sync/test/integration/passwords_helper.cc
|
| @@ -59,7 +59,7 @@ class PasswordStoreConsumerHelper : public PasswordStoreConsumer {
|
| }
|
|
|
| // Quit the message loop to wake up passwords_helper::GetLogins.
|
| - MessageLoopForUI::current()->Quit();
|
| + base::MessageLoopForUI::current()->Quit();
|
| }
|
|
|
| private:
|
|
|