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 dc4a341a72a4b271ed94c4f79f434161bfab429a..57f09318e7efe345509a2bffe23b895a8b41562e 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(); |
} |
} |