| Index: chrome/browser/sync/test/integration/bookmarks_helper.cc
|
| diff --git a/chrome/browser/sync/test/integration/bookmarks_helper.cc b/chrome/browser/sync/test/integration/bookmarks_helper.cc
|
| index fde3b91095cb55190d8aaca21a06fc5293edf84b..1f9abfdb2a7a4eb88efc119aecba26f860078626 100644
|
| --- a/chrome/browser/sync/test/integration/bookmarks_helper.cc
|
| +++ b/chrome/browser/sync/test/integration/bookmarks_helper.cc
|
| @@ -110,7 +110,7 @@ class FaviconChangeObserver : public BookmarkModelObserver {
|
| const BookmarkNode* node) OVERRIDE {
|
| if (model == model_ && node == node_) {
|
| if (!wait_for_load_ || (wait_for_load_ && node->is_favicon_loaded()))
|
| - MessageLoopForUI::current()->Quit();
|
| + base::MessageLoopForUI::current()->Quit();
|
| }
|
| }
|
|
|
|
|