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

Unified Diff: chrome/browser/printing/print_preview_tab_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/omnibox_search_hint.cc ('k') | chrome/browser/sessions/session_restore.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/printing/print_preview_tab_controller.cc
diff --git a/chrome/browser/printing/print_preview_tab_controller.cc b/chrome/browser/printing/print_preview_tab_controller.cc
index afb809db3815b15e3839afd3073db16dcf8e8579..bb1ee1146383bb7e52070b9f743030ac0b5d3dc8 100644
--- a/chrome/browser/printing/print_preview_tab_controller.cc
+++ b/chrome/browser/printing/print_preview_tab_controller.cc
@@ -211,7 +211,7 @@ void PrintPreviewWebContentDelegate::HandleKeyboardEvent(
// Disabled on Mac due to http://crbug.com/112173
#if !defined(OS_MACOSX)
Browser* current_browser =
- browser::FindBrowserWithWebContents(tab_->web_contents());
+ chrome::FindBrowserWithWebContents(tab_->web_contents());
if (!current_browser)
return;
current_browser->window()->HandleKeyboardEvent(event);
« no previous file with comments | « chrome/browser/omnibox_search_hint.cc ('k') | chrome/browser/sessions/session_restore.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698