| Index: chrome/browser/password_manager/password_store_win_unittest.cc
|
| diff --git a/chrome/browser/password_manager/password_store_win_unittest.cc b/chrome/browser/password_manager/password_store_win_unittest.cc
|
| index 177c62cee3c3fc5cd5aa9928e5e948a22d278852..1abeb39878575ea3c26ffe392f64125bc6ad75a9 100644
|
| --- a/chrome/browser/password_manager/password_store_win_unittest.cc
|
| +++ b/chrome/browser/password_manager/password_store_win_unittest.cc
|
| @@ -180,7 +180,7 @@ ACTION(STLDeleteElements0) {
|
| }
|
|
|
| ACTION(QuitUIMessageLoop) {
|
| - DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
|
| + DCHECK_CURRENTLY_ON(BrowserThread::UI);
|
| base::MessageLoop::current()->Quit();
|
| }
|
|
|
|
|