Index: chrome/browser/ui/toolbar/wrench_menu_model.cc |
diff --git a/chrome/browser/ui/toolbar/wrench_menu_model.cc b/chrome/browser/ui/toolbar/wrench_menu_model.cc |
index 3cd9c2de6ccdecb08e1bb3a16bd71f51a126eb86..5046cbcdfdf08ca1762bab8672a395418512353d 100644 |
--- a/chrome/browser/ui/toolbar/wrench_menu_model.cc |
+++ b/chrome/browser/ui/toolbar/wrench_menu_model.cc |
@@ -474,7 +474,7 @@ void WrenchMenuModel::Build(bool is_new_menu, bool supports_new_separators) { |
// if there isn't already a window of the requested type (incognito or not) |
// that is available. |
if (browser_->profile()->IsOffTheRecord()) { |
- if (browser::FindBrowserWithProfile( |
+ if (chrome::FindBrowserWithProfile( |
browser_->profile()->GetOriginalProfile(), |
browser_->host_desktop_type()) == NULL) { |
AddItemWithStringId(IDC_NEW_WINDOW, IDS_NEW_WINDOW); |