| Index: chrome/browser/password_manager/password_store_mac_unittest.cc
|
| diff --git a/chrome/browser/password_manager/password_store_mac_unittest.cc b/chrome/browser/password_manager/password_store_mac_unittest.cc
|
| index b9bdf737e15344b060fbfa3344144f7f4d3d69d3..624c9b14c29007fd0e492ea6032cc39e7ca526da 100644
|
| --- a/chrome/browser/password_manager/password_store_mac_unittest.cc
|
| +++ b/chrome/browser/password_manager/password_store_mac_unittest.cc
|
| @@ -45,7 +45,7 @@ using testing::WithArg;
|
| namespace {
|
|
|
| ACTION(QuitUIMessageLoop) {
|
| - DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
|
| + DCHECK_CURRENTLY_ON(BrowserThread::UI);
|
| base::MessageLoop::current()->Quit();
|
| }
|
|
|
|
|