| Index: chrome/browser/extensions/api/downloads/downloads_api_unittest.cc
|
| ===================================================================
|
| --- chrome/browser/extensions/api/downloads/downloads_api_unittest.cc (revision 148497)
|
| +++ chrome/browser/extensions/api/downloads/downloads_api_unittest.cc (working copy)
|
| @@ -193,7 +193,7 @@
|
| return true;
|
| }
|
| waiting_ = true;
|
| - ui_test_utils::RunMessageLoop();
|
| + content::RunMessageLoop();
|
| bool success = !waiting_;
|
| if (waiting_) {
|
| // Print the events that were caught since the last WaitFor() call to help
|
|
|