Index: chrome/browser/ui/views/frame/browser_view_layout.cc |
diff --git a/chrome/browser/ui/views/frame/browser_view_layout.cc b/chrome/browser/ui/views/frame/browser_view_layout.cc |
index 763836eb66df54f1834fea2d622eb8810afc4a1d..90cd90dbb8a5e430c917bc7ccf29c5463d36db5c 100644 |
--- a/chrome/browser/ui/views/frame/browser_view_layout.cc |
+++ b/chrome/browser/ui/views/frame/browser_view_layout.cc |
@@ -345,7 +345,7 @@ int BrowserViewLayout::LayoutTabStripRegion() { |
views::Button* switcher_button = browser_view_->window_switcher_button_; |
if (switcher_button) { |
if (browser()->profile()->HasOffTheRecordProfile() && |
- browser::FindBrowserWithProfile( |
+ chrome::FindBrowserWithProfile( |
browser()->profile()->GetOriginalProfile(), |
browser()->host_desktop_type()) != NULL) { |
switcher_button->SetVisible(true); |