Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5022)

Unified Diff: chrome/browser/ui/search/other_device_menu_controller.cc

Issue 11434074: browser: Move FindBrowserWithWebContents() into chrome namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/ui/pdf/pdf_tab_helper.cc ('k') | chrome/browser/ui/startup/default_browser_prompt_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/search/other_device_menu_controller.cc
diff --git a/chrome/browser/ui/search/other_device_menu_controller.cc b/chrome/browser/ui/search/other_device_menu_controller.cc
index c6dfa1ff089942215794f7edf1c79d9ac64b376f..fe88f6b73d0f3bd9bff21bdb6cd46b5656382b49 100644
--- a/chrome/browser/ui/search/other_device_menu_controller.cc
+++ b/chrome/browser/ui/search/other_device_menu_controller.cc
@@ -101,7 +101,7 @@ OtherDeviceMenuController::~OtherDeviceMenuController() {
void OtherDeviceMenuController::ShowMenu() {
content::WebContents* web_contents = web_ui_->GetWebContents();
- Browser* browser = browser::FindBrowserWithWebContents(web_contents);
+ Browser* browser = chrome::FindBrowserWithWebContents(web_contents);
if (!browser)
return;
« no previous file with comments | « chrome/browser/ui/pdf/pdf_tab_helper.cc ('k') | chrome/browser/ui/startup/default_browser_prompt_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698