| Index: chrome/browser/history/android/bookmark_model_sql_handler_unittest.cc
|
| ===================================================================
|
| --- chrome/browser/history/android/bookmark_model_sql_handler_unittest.cc (revision 149002)
|
| +++ chrome/browser/history/android/bookmark_model_sql_handler_unittest.cc (working copy)
|
| @@ -63,7 +63,7 @@
|
| // Runs the MessageLoopForUI, and return till all pending messages were
|
| // processed.
|
| void RunMessageLoopForUI() {
|
| - ui_test_utils::RunAllPendingInMessageLoop();
|
| + content::RunAllPendingInMessageLoop();
|
| }
|
|
|
| TestingProfileManager profile_manager_;
|
|
|