Index: chrome/browser/omnibox_search_hint.cc |
diff --git a/chrome/browser/omnibox_search_hint.cc b/chrome/browser/omnibox_search_hint.cc |
index b2923c0a0b27f61b0720eab865e47bf5144f245f..4e6d450895c941849e2aa9499a860dac66720d02 100644 |
--- a/chrome/browser/omnibox_search_hint.cc |
+++ b/chrome/browser/omnibox_search_hint.cc |
@@ -139,7 +139,7 @@ HintInfoBarDelegate::HintInfoBarDelegate(OmniboxSearchHint* omnibox_hint, |
ALLOW_THIS_IN_INITIALIZER_LIST(weak_factory_(this)) { |
// We want the info-bar to stick-around for few seconds and then be hidden |
// on the next navigation after that. |
- MessageLoop::current()->PostDelayedTask( |
+ base::MessageLoop::current()->PostDelayedTask( |
FROM_HERE, |
base::Bind(&HintInfoBarDelegate::AllowExpiry, weak_factory_.GetWeakPtr()), |
base::TimeDelta::FromSeconds(8)); |