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

Unified Diff: chrome/browser/printing/print_view_manager.cc

Issue 10694060: browser: Move more files into chrome namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 months 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
Index: chrome/browser/printing/print_view_manager.cc
diff --git a/chrome/browser/printing/print_view_manager.cc b/chrome/browser/printing/print_view_manager.cc
index 6f8a334d5bac9a275f993a3a20b28f42dd3f1d77..d602d8d6ebd9cde7da31d4aa4736e4478f1fc47c 100644
--- a/chrome/browser/printing/print_view_manager.cc
+++ b/chrome/browser/printing/print_view_manager.cc
@@ -261,7 +261,7 @@ void PrintViewManager::OnPrintingFailed(int cookie) {
return;
}
- browser::ShowPrintErrorDialog(
+ chrome::ShowPrintErrorDialog(
tab_->web_contents()->GetView()->GetTopLevelNativeWindow());
ReleasePrinterQuery();
« no previous file with comments | « chrome/browser/printing/print_error_dialog.cc ('k') | chrome/browser/tab_contents/render_view_context_menu.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698